mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #5495] [bug]: Resetting server configurations breaks authentication flow. #2111
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roopepaajanen on GitHub (Oct 20, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5495
Originally assigned to: @mirarifhasan on GitHub.
Is there an existing issue for this?
Platform
Web App
Browser
Chrome
Operating System
macOS
Bug Description
When system configurations are resetted on admin page, the onboarding flow is not executed, and admin is unable to add the login configurations.
After resetting, the service cannot find any auth providers, but status still returns onboarding completed.
This was done with external postgresql database.
Deployment Type
Self-hosted (on-prem deployment)
Version
2025.9.2
@roopepaajanen commented on GitHub (Oct 20, 2025):
I noticed that the infraConfig table in external postgresql still contained the following values
IS_FIRST_TIME_INFRA_SETUP | false
ONBOARDING_COMPLETED | true
which stopped me from onboarding my app again. I changed the ONBOARDING_COMPLETED value to false manually and was able to add my oauth app to self hosted Hoppscotch again.
@mirarifhasan commented on GitHub (Oct 20, 2025):
Thanks for catching that, @roopepaajanen. We’ll address it in the next release.
@jamesgeorge007 commented on GitHub (Oct 31, 2025):
Hi @roopepaajanen, closing this issue since the above patch is now live with the latest release.