My app has 2 environments, production and Dev. I want to launch the app with "Dev" environment when i open it, there are other users who use the app would only need the Dev version.
I have used URL parameter in App settings.
This is actually url hash while the url should be a URL param ?_environment=Dev
. Since above did not help, manually going to this URL https://myapp.retool.com/98sdhj/myapp?_environment=Dev
opens the app in Dev env.
Another thing i've tried:
If anyone has a way to do this, let me know!
Thanks