Deep Link module not working to show pages

0
Hi I have configured deep link module to generate link to show a page. But when i click on generated link it takes me to  home page of web app instead of the page which i have given in microflow. This is image of microflow   This is link i have generated This is navigation settings This is the microflow(Home_ResponsiveProfile) I have added to default home page
asked
3 answers
0

Have you added the Deeplink StartDeeplink microflow to your AfterStartup microflow?
https://docs.mendix.com/appstore/modules/deep-link/#31-initializing-the-deep-link-module-on-app-startup

Also, have you configured the microflow for the default homepage?
https://docs.mendix.com/appstore/modules/deep-link/#32-configuring-the-microflow-for-the-default-home-page

I hope this helps.

answered
0

Hi Abhishek,

This is a common issue with the deep link module. You need to make sure that on login the navigate to home flow is adapted according to the documentation like this:

answered
0

Hello, Abhishek.

 

Did you find a solution to this problem? I had the same problem as you, with my deep link module failing to display pages.

 

Thank you.

answered