StartDeeplink action does not work in After Startup flow

0
Hi all,  I'm trying to implement the deeplink module into the project. I've added Start Deeplink flow to the After Startup, and DeeplinkHome flow to navigation flows.  When I run the project locally, the Start deeplink flow is triggered and returns true, but the deeplink is not working unless I trigger the same (Start deeplink) flow manually. Then, everything works fine.  Does anyone have any idea why it's happening ?  Thanks 
asked
1 answers
0

Hi Goktug

there could be multible reasons of that issue,

 

First, please check if the LoginLocation constant in the Deeplink module is set to /oauth/v2/login?cont=

 

Second, the User rights accessing this flow 

 

Third, Deeplink module version compatibility with your Mendix version

 

Good luck

answered