I have a self-hosted retool instance with multiple apps and environments.
I have created a group that only has access to one app but the problem is that they're not supposed to have access to the default environment (production) but to another env called production_RR.
Is that possible?
I have tried giving "view" permissions to the users for that app but that means that only the production env is accessible. By giving "editor" permissions I can switch the environments, but there is no way to set a different default and also I don't want the users to be able to edit the app.
Thanks!