The app homepage doesnt show

1
Hi, I am a beginner in using Mendix and I am trying to build a small application by it. I just create a new blank app with ATLAS UI. When I run the application (locally or not) and then press the ‘View app’ button, a new page opens in the browser with a message as follows: When I press Ok, it doesn’t show anything afterward, just a blank page. Can anyone kindly help me with solving this issue?   Bests, Faezeh  
asked
4 answers
0

First job is to find out what page you are looking at. To do so, go to your project in Mendix Studio Pro, in the Project explorer click on Navigation, go to tab Responsive and check what page is set to be your default homepage.

You can of course doublecheck this by adding some text to that particular page, re-run locally and refresh your browser.

answered
0

I did it and I also add more information to the homepage, but nothing solved

 

 

answered
0

Ah: You have to add userroles to your page. Open MyFirstModule.Home_Web, go to its properties and add userroles to the property ‘visible for’. Re-run locally and you will see the page.

You can see this problem at the moment when you add your page to the navigation: The column ‘User Roles’ is empty. So you can see that you will have to perform the same action for the other pages as well.

answered
0

Thank you very much for your help.

I also added user roles.

But I found the problem was with my browser. Google chrome didn’t show any result but firefox shows the application correctly.

Do you know why this happened?

answered