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:
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
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
Hello Sidheshwari Devka,
Have you tried it without the s of HTTPS so just http.
Hope this helps,
Good luck!
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
Hi Sidheshwari,
Have you tried it with Microflow? Get your list with Microflows and edit the url in Microflow.