mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #5748] [bug]: Problem with JwtStrategy secret or key #2244
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#2244
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 @micongiu on GitHub (Jan 5, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5748
Originally assigned to: @mirarifhasan on GitHub.
Is there an existing issue for this?
Platform
Desktop App
Browser
Edge
Operating System
Linux
Bug Description
The problem
When trying to upgrade Hoppscotch AIO to any version after
2025.11.0, the backend fails to start with the following error:If I stay on
2025.11.0, everything works correctly with the same configuration.What I have tried
JWT_SECRETvalue.The error persists on every version after
2025.11.0.Docker Compose configuration
.envfileAdditional information
fail.log(see link in this issue) contains the full stack trace of the error during startup.fail.log
Deployment Type
Self-hosted (on-prem deployment)
Version
any-version after 2025.11.0
@mirarifhasan commented on GitHub (Jan 16, 2026):
@micongiu Thanks for the detailed information and for taking the time to investigate this.
The core issue here appears to be the database connection error. Once the
Error: Connection terminated due to connection timeoutis resolved, the JWT-related error should clear up automatically.You might try increasing the
connect_timeoutin the database connection URL to see if the issue persists.Additionally, we’ve recently simplified the required
.envconfiguration, so you no longer need to maintain as many environment variables during setup. The updated list is available here:https://docs.hoppscotch.io/documentation/self-host/community-edition/install-and-build#configuring-the-environment