[GH-ISSUE #5495] [bug]: Resetting server configurations breaks authentication flow. #2111

Closed
opened 2026-03-16 23:13:51 +03:00 by kerem · 3 comments
Owner

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?

  • I have searched existing issues and this bug hasn't been reported yet

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.

Image

After resetting, the service cannot find any auth providers, but status still returns onboarding completed.

Image

This was done with external postgresql database.

Deployment Type

Self-hosted (on-prem deployment)

Version

2025.9.2

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? - [x] I have searched existing issues and this bug hasn't been reported yet ### 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. <img width="737" height="447" alt="Image" src="https://github.com/user-attachments/assets/331ca312-1b0e-4114-abd0-4d3a13fbffb4" /> After resetting, the service cannot find any auth providers, but status still returns onboarding completed. <img width="1725" height="959" alt="Image" src="https://github.com/user-attachments/assets/8fd8dfe6-e777-43df-8538-48cd6df40945" /> This was done with external postgresql database. ### Deployment Type Self-hosted (on-prem deployment) ### Version 2025.9.2
kerem 2026-03-16 23:13:51 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@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.

<!-- gh-comment-id:3421045045 --> @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.
Author
Owner

@mirarifhasan commented on GitHub (Oct 20, 2025):

Thanks for catching that, @roopepaajanen. We’ll address it in the next release.

<!-- gh-comment-id:3421935817 --> @mirarifhasan commented on GitHub (Oct 20, 2025): Thanks for catching that, @roopepaajanen. We’ll address it in the next release.
Author
Owner

@jamesgeorge007 commented on GitHub (Oct 31, 2025):

Hi @roopepaajanen, closing this issue since the above patch is now live with the latest release.

<!-- gh-comment-id:3473011400 --> @jamesgeorge007 commented on GitHub (Oct 31, 2025): Hi @roopepaajanen, closing this issue since the above patch is now live with the [latest release](https://github.com/hoppscotch/hoppscotch/releases/tag/2025.10.0).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2111
No description provided.