Deeplink not working after login

2
Hello  I have generated a link using the deeplink module so that I can send via email. The link is working fine if you are already logged in. However, when not logged in the app will show me the login page (as it should) and then it will always send me to the homepage. I have debugged the MF of the homepage that contains the DeepLinkHome MF and now the pending deeplink is empty (as opposed to when I’m already logged in, which is not empty) Does someone know how to fix this problem? Thank you
asked
5 answers
2

Hi,

I faced same issue with latest versions of deep link. Try downloading version 6.0.5. It works perfectly.

Thank You

answered
0

Allow anonymous users? No clue if that might solve the issue but it seems that no pending link is created when the user is not logged in.

 

EDIT: I had similar issue and added the “login?cont=link” part to the deeplink and seemed to do the trick. Might consider trying this.

answered
0

If you are using the SAML module make sure to read the disclaimer at the bottom of the page here: https://docs.mendix.com/appstore/modules/deep-link/

answered
0

Hi! I am also facing the same issue. Were you able to figure out a solution for the same.

answered
-2

Hi,

Kindly make sure to add the after startup microflow ‘DeepLink.StartDeeplink

Take a look at the below link for reference

https://docs.mendix.com/appstore/modules/deep-link/#31-initializing-the-deep-link-module-on-app-startup

Hope it helps!!!

answered