[GH-ISSUE #2771] [bug]: Global environment is gone from UI #896

Closed
opened 2026-03-16 17:36:11 +03:00 by kerem · 0 comments
Owner

Originally created by @jared-duo on GitHub (Oct 10, 2022).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2771

Originally assigned to: @liyasthomas on GitHub.

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

The Global environment still exists (with its contained variables) but no longer appears in the UI. This appears to happen on main but not v3.0.1. I haven't bisected the commits between those though.

Main

main ## v3.0.1 v3 0 1

Steps to reproduce

  1. Run docker run --rm --name hoppscotch -p 3000:3000 hoppscotch/hoppscotch:v3.0.1

  2. Go to http://localhost:3000 and click "Rest -> Environments Icon"

  3. See "Global" environment

  4. Run docker run --rm --name hoppscotch -p 3000:3000 hoppscotch/hoppscotch:latest

  5. Go to http://localhost:3000 and click "Rest -> Environments Icon"

  6. See no "Global" environment

Environment

Production

Version

Local

Originally created by @jared-duo on GitHub (Oct 10, 2022). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2771 Originally assigned to: @liyasthomas on GitHub. ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior The Global environment still exists (with its contained variables) but no longer appears in the UI. This appears to happen on `main` but not `v3.0.1`. I haven't bisected the commits between those though. ## Main <img width="362" alt="main" src="https://user-images.githubusercontent.com/44644533/194951242-86baa197-a55e-42c5-8f66-4df250dbf775.png"> ## v3.0.1 <img width="409" alt="v3 0 1" src="https://user-images.githubusercontent.com/44644533/194951230-cd8f4c4b-5354-4a3c-be6e-376c0b2a4bb3.png"> ### Steps to reproduce 1. Run `docker run --rm --name hoppscotch -p 3000:3000 hoppscotch/hoppscotch:v3.0.1` 2. Go to `http://localhost:3000` and click "Rest -> Environments Icon" 3. See "Global" environment 1. Run `docker run --rm --name hoppscotch -p 3000:3000 hoppscotch/hoppscotch:latest` 2. Go to `http://localhost:3000` and click "Rest -> Environments Icon" 3. See no "Global" environment ### Environment Production ### Version Local
kerem 2026-03-16 17:36:11 +03:00
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#896
No description provided.