Selecting an environment in one app (e.g., App A) also changes the environment in another app (e.g., App B). Environment selection should be scoped to a single app and not propagate across different apps.
Steps to reproduce
- Open App A in Retool.
- Select a different environment (e.g., switch from “Production” to “Staging”).
- Open App B in a new tab or refresh an existing tab.
- Notice that App B’s environment has also changed to match the selection in App A.
Expected Behavior
Each app should maintain its own environment selection independently. Changing the environment in one app should not affect other apps.