Login page.

0
I have just deployed an App. When I paste the URL in the Browser it goes to the Mendix Login Page (my users won’t necessarily have a Mendix login). not the App login Page.When running on Localhost starting the Application goes to the App Login Page. How do I make the deployed App use the App login page? https://timemanagement104-sandbox.mxapps.io/index.html
asked
1 answers
1

Hi Nick,

Make sure you add anonymous user role in project security. In project security, allow anonymous user must be set to true and select anonymous user role. In Project settings, edit role-based homepages and add a new anonymous user role & select you app custom login page as target (make sure you provide anonymous role access to login page). 

Hope this makes sense. 

answered