Mendix Page URL

0
Hello Team,   I have set page URL in page properties as /p/CustomerList, CustomerList is name of page. I am trying to open url https://localhost:8080/p/customerlist. But it give page not found. How to fix this issue in Mendix 9.24.26?  
asked
5 answers
3

Hi Sidheshwari,

I just tried reproducing this behaviour in a new blank app in Mendix 9.24.27 and indeed:  strange stuff is happening.

When i set the page parameter to /CustomerList the deeplink does not seem to work at all. The strange thing is that when i set it to /link/CustomerList it does work: 

image.png

But in that case the url is of course http://localhost:8080/p/link/CustomerList

 

I suggest you try if upgrading to the latest version changes anything. If not, create a ticket for Mendix at support.mendix.com.

 

I hope this helps.

Michiel

answered
0

The url is case sensitive, so you need to use http://localhost:8080/p/CustomerList

Also note that localhost will usually be http rather than https

answered
0

Hello Sidheshwari Devka,

 

Have you tried it without the s of HTTPS so just http.

 

Hope this helps,

 

Good luck!

answered
0

Hi Sidheshwari,

 

Please try to use http instead of https & follow the exact page name, No spelling or case sensitive mistakes.

 

http://localhost:8080/p/CustomerList

answered
0

Hi Sidheshwari,

 

Have you tried it with Microflow? Get your list with Microflows and edit the url in Microflow.

 

 

image.png

answered