mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #5927] Variables Do Not Persist After System Reboot in Hoppscotch Desktop v26.2.0 (Logged-in User) #2326
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#2326
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 @gzx19990101 on GitHub (Mar 3, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5927
Originally assigned to: @CuriousCorrelation on GitHub.
Is there an existing issue for this?
Platform
Desktop App
Browser
Chrome
Operating System
Windows
Bug Description
Software Name: Hoppscotch
Version: V26.2.0
Environment: Desktop application (logged in with Hoppscotch account)
Summary:
Variables configured in requests do not persist after a system reboot. Although they work correctly immediately after being set, once the computer restarts, the variables no longer resolve — placeholders appear in the request instead of the actual substituted values.
Steps to Reproduce:
Launch Hoppscotch desktop application (V26.2.0).
Log in to a Hoppscotch account.
Create or edit a request containing dynamic variables (e.g., {{variableName}}).
Set the variable value via the environment or pre-request configuration.
Send the request — confirm that the variables resolve correctly and the actual values appear in the request.
Restart the computer.
Open Hoppscotch again, log in, and send the same request.
Observed Result:
After reboot, the request sends successfully, but the variable placeholders ({{variableName}}) remain unresolved in the final request message. The variables do not take effect, even though the user is still logged into the Hoppscotch account.
Expected Result:
Variables should retain their assigned values and resolve correctly in requests even after a system reboot, given that the user remains logged into their Hoppscotch account.
Additional Notes:
This issue affects both new and previously saved requests.
The scripting method (console.log(hopp.request)) confirms that unresolved placeholders are present post-reboot.
No manual changes were made to variable configurations between login sessions.
Impact:
This bug prevents reliable use of dynamic variables in automated or repeated testing workflows, especially where system restarts occur.
Attachments:
Script file used for debugging
Screenshot showing unresolved variables after reboot
IMTS.json
工单.json
Deployment Type
Self-hosted (on-prem deployment)
Version
Desktop App: V26.2.0