Deeplink URL error - page not found in local environment
0
Hi All, I've been trying to create a deeplink in a test app. This is in my local environment, I've done the following configurations that are stated as required in the deeplink documentation, 1. Added "StartDeepLink" microflow to the app's start up microflow in app settings 2. Added "DeepLinkHome" microflow to the Default home page section, which has show home page activity on the false path 3. Created a handler microflow for the deeplink, which has one simple action "show page" 4. Have configured deeplink, 5. I did observe that the /link is added to the path from console, And, I don't have role based home pages, I've checked the security and accesses to all the pages, microflows and all that. But, still I'm getting 404 - page not found when i try to hit the deeplink URL, Do let me know if I've missed anything, any help is greatly appreciated! Thanks, Sridevi
asked
Sridevi Soundarajan
2 answers
0
Hi,
Make sure you put the correct user role in the microflow being called by the deeplink.
If you are an anonymous user, you need to put in the microflow that the anonymous user role is allowed (you also have an option in the advanced deeplink configuration to allow anonymous access).
You also need to put for each role using deeplink the user role "user" for the deeplink module :
answered
Yehoshua Choukroun - Tocndix
0
Just a note that deeplink is deprecated in 10+, if you're able to leverage page/microflow URL's that would be better.