Homepage not showing

0
I have a project, which loads siemens login page on initial. But I want to load my landing page first. I have tried: Creating a anonymous user and give access to landing page. Changed default home page in navigation. Changed Menu home to landing page. Removed authentication microflow from setting → runtime.(shows error for /signin route). Removed signin route form index.html. Now I am getting a blank page, even when my landing page have contents. What should I do now?
asked
1 answers
0

Is your landing page a custom HTML page or a page created in mx studio? 

If it's a custom page you should redirect to this page from index.html (use meta tag). You can find this file in the theme folder of your project. 

If the landing page is a page created within studio, you should enable anonymous access in your project runtime settings and use this page as default in your navigation settings. Set anonymous to have access to this page. 

Have a look here to read more about anonymous access: https://docs.mendix.com/refguide/anonymous-users

answered