URL need to be opened after logout

0
Hi All, In one of our mendix application, that application is deployed on 2 environments i.e. stage and test. Navigation url after logout from application is different on Test env. as compared to stage env.   In application, as a mendix developer, where to check which url has configured on logout button. In studio pro, on logout button, default sign out action has been added but in different environment, different is getting opened.   please help me out  
asked
1 answers
1

I think this post will provide you with the idea on how to achieve this: https://community.mendix.com/link/space/studio-pro/questions/87584

Just make sure that the redirect page is configurable in your app so you can differentiate between the different environments.

answered