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.
I did it and I also add more information to the homepage, but nothing solved
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.
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?