How to Access a Specific Page in Mendix

0
Hello Mendix Community,   I’m trying to set up a specific URL for a page in my Mendix app. I entered the URL in the Properties > General > URL section, but when I run it locally, I got an error message 'The page you requested was not found.'.   Could anyone share the steps I need to follow to make this work?   Here are some details about my environment and configuration: Mendix version:  10.6.9 URL I have tried:  http://localhost:8080/p/blank Error messages:   Thank you for your assistance!  
asked
5 answers
0

Hello Tomohiro,

 

I checked the release notes and i looks like there is an issue with url in that mendix version:

image.png

 

It should be fixed in 10.6.10, here the link to the release notes https://docs.mendix.com/releasenotes/studio-pro/10.6/#1069

 

So you have to upgrade to at least 10.6.10 but i will advice you to directly take an MTS version.

 

10.6.21

10.12.15

10.18.4

 

Good luck !

answered
1

Hi Tomohiro,

This is Set URL Widget link

 

https://marketplace.mendix.com/link/component/65083

answered
0

Hello Tomohiro,

 

First is to verify that you really rebuild/rerun your application.

Second, if that is the case and the issue still persists try to add the screen to your navigation just to see if it is accessible by clicking on the menu, if so then watch the url that appears and compare it with your url.

Third, take the page out of the navigation and retry the url

 

Hope this helps,

 

Good luck !

 

If you do not manage to get it work please share some screen shots of the configuration and the page

answered
0

Hi Tomohiro,

Download set url widget from marketplace -> drag & drop this widget on your page where you want to set url -> double click on widget & set the url what you want (blank)> now run the application & check it http://localhost:8080/p/blank.

 

Make sure to configure your security if you enabled security.

answered
0

Hi, Leeuwen

Thank you for your response!

 

I tried rebuild and rerun the app, but the issue remains...

I checked the URL that appears when navigating to the page through the app interface. The displayed URL includes the URL I set for the page, so I believe the configuration is correct. However, when I try to access that URL from a separate window, it fails.

image.png

 

Is there anything else I can do to troubleshoot this?  I’ll share a few screenshots of the screen for ref

 

screenshot1.png

image.png

answered