Deep link Not Redirecting

0
Hi all,   We have setup the deeplink functionality in our application and after receiving the link via mail it works perfectly when the user is already logged into the application. However, when the user is not logged in yet, the deeplink is not found after the user has logged in. The Deeplink microflow from the module runs but not pending deeplinks are found. The problem is that the deeplink part of the url is appended to the base url, but it seems that mendix does not recognize it.So when logged in and clicking on the link we get redirected to the proper page within the application and the url ends in index.html When not logged in and clicking on the link we get redirected: base url + /login?cont=%2Flink%2F + the rest of the deeplink that is appended.Any idea how this comes? I have read multiple posts with this issue but for us we do not want to create a custom login page with the java snippet trick. We want to reuse our HTML page. Any help is appreciated!
asked
0 answers