Page url is not working

0
Hi, I am using page url for a page i.e something like /p/abc (/p/ is bydefault). Page doesnot have any page parameter. From a microflow I am getting the whole url i.e localhost..../p/abc. When I am pasting this url in browser, this page doesnot navigating me to that page. I am not sure what is the issue. Please help me out, it's really urgent.   Thanks
asked
3 answers
0

Hello Trishla,

 

If you are asking in context of deeplink then check below.

 

Mendix Community - Exchange Details

answered
0

Hi Trishila 

Can you share screenshot if possible

answered
0
  • Page URL should have an ID
    • so, the URL should look like /p/abc/<id>
  • This ID will be used to retrieve the relevant object that is mapped in the Parameter mapping
    • That object will be used in dataview
  • Sometimes, I have noticed Mendix messed up the mapping for the Page URL
    • So, ensure, if you have done the correct mapping with correct object 
    • And the URL is correctly formed like /p/abc/{id}
  • If it works in localhost and not in hosted environments
    • Ensure, to enable the /p in environment details -> network -> path based restrictions
answered