How to create Deeplink for anonymous user?

0
Hi everyone,   I am facing one issue now. If user is accessing the deeplink from email as anonymous user, it is redirecting to login page and after giving the credentials user is not able to go the target page, it is going to home page. "Can anyone please tell me what I can do now?"    Thank you
asked
1 answers
0

Assuming you are using the deeplink module: 

  • is the MF DeepLinkHome being called in the navigation flow for the user? Docs here
  • are access rights for the deeplink correctly set?
  • have you tried setting the boolean Keep the deeplink the entire session in the deeplink config?
answered