[GH-ISSUE #5635] [bug]: Session expiring after some idle time #2183

Open
opened 2026-03-16 23:30:07 +03:00 by kerem · 0 comments
Owner

Originally created by @parasiteoflife on GitHub (Nov 30, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5635

Is there an existing issue for this?

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

Platform

Desktop App

Browser

Firefox

Operating System

Windows

Bug Description

When the desktop app is idle for some time the session expires even when the server is configured as

# Default validity is 7 days (604800000 ms) in ms
REFRESH_TOKEN_VALIDITY=604800000
# Default validity is 1 day (86400000 ms) in ms
ACCESS_TOKEN_VALIDITY=86400000

I'm assuming this not only has to do with being idle because the webapp also expires the session (I always have to re-login in web when desktop app asks to login) so I have to request for the mail, click the link in mail, then re-load the dekstop login page, every single day, even sometimes twice or three times on the same day.

Deployment Type

Self-hosted (on-prem deployment)

Version

2025.11.0

Originally created by @parasiteoflife on GitHub (Nov 30, 2025). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5635 ### Is there an existing issue for this? - [x] I have searched existing issues and this bug hasn't been reported yet ### Platform Desktop App ### Browser Firefox ### Operating System Windows ### Bug Description When the desktop app is idle for some time the session expires even when the server is configured as ```env # Default validity is 7 days (604800000 ms) in ms REFRESH_TOKEN_VALIDITY=604800000 # Default validity is 1 day (86400000 ms) in ms ACCESS_TOKEN_VALIDITY=86400000 ``` I'm assuming this not only has to do with being idle because the webapp also expires the session (I always have to re-login in web when desktop app asks to login) so I have to request for the mail, click the link in mail, then re-load the dekstop login page, every single day, even sometimes twice or three times on the same day. ### Deployment Type Self-hosted (on-prem deployment) ### Version 2025.11.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#2183
No description provided.