mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #5205] [bug]: Environment variables get overridden after updating the application #1985
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#1985
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 @the-robot on GitHub (Jun 27, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5205
Is there an existing issue for this?
Platform
Desktop App
Browser
Chrome
Operating System
macOS
Bug Description
What happened?
Environment variables get mixed up after updating the application. The application should work as normal before the update, with no changes made to environment variables.
Step to reproduce
This issue has been occurring randomly for a while now, since the last updates. A similar bug was raised (https://github.com/hoppscotch/hoppscotch/issues/5104), but this one is not entirely the same.
The problem with the bug is that users could accidentally call the wrong environment after updating the application, since variables do not disappear; instead, their values get overridden.
Anyway, awesome project and thanks.
Deployment Type
Hoppscotch Cloud
Version
No response
@liyasthomas commented on GitHub (Jun 27, 2025):
We recently added initial value and current value scope to environment variables. Current values are not synchronized with the team and are updated at runtime. Initial values are synchronized with team members and can only be edited by workspace owners and members with editor permission. When the current value is empty at runtime, it falls back to the initial value. Could you please confirm if this behavior is observed at your end, and if this flow has caused any unexpected errors?