Is it possible to disable production environment in editor mode?

Hello, everyone, I have two apps, one that is predicated and one that is new. The predicated one only has the production environment and the new one has development, staging and production.

When I am looking for some features in the editor mode in the predicated one, it needs to be in production, but when I change there, it changes in all of other apps that I am using if a refresh their pages. When I get back to the new one it goes to production environment.

I would like to disable this production environment in specific apps in editor mode, because I can mess it up production data while I am editing it, if I don't check it. Is it possible somehow to disable it?

Hi @vitordel,

Thanks for reaching out and sharing this context! Unfortunately, we don't currently have a feature for disabling the production environment or preventing the most recently used environment from being cached in your browser. I'm moving this to feature requests though! I know it's not a foolproof solution, per se, but you could add the ?_environment=staging url param to the app when you reload it