Mendix Pages Flow

0
Hi,  I have a problem    I already set the sign-in page and web home view. But whenever I run the app, it keeps show me the home page and not sign-in page first. Can you help me how to set this up? or how to set the page flow (so some page that I want will appear first when run app)?
asked
1 answers
0

Hi Felix,

Set the role based home page for ‘Anonymous’ user to the signIn page ‘MyFirstModule.SignIn’.

By this way, the signin page will be called instead of Home_Web

answered