How to use Microflow URL and Page URL instead of Deeplink in mendix version 10.6.1

0
I have implemented the PageURL/MicroflowURL to achieve the Deeplink functionality. Its working in local environment but its not working in Development Environment.   I am getting 404 error when hit that Page URL in Development Environment as below 404 - File or directory not found. The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.   Please help me to resolve this
asked
1 answers
4

Hello Vignesh,

For my case I was using MF URL and got some issue in DEV environment while accessing deeplink.

image.png

This was original url created for deeplink

https://abc-accp.mx.lowcode.cloud/p/AccessRequest/258 

Changed it with below in Constant 

https://abc-accp.mx.lowcode.cloud/SSO/login?cont=p/AccessRequest/258 

and it worked for me.

 

 

answered