Hello Mendix Community, i have an aplication that needs to send emails with deeplinks so the users can click on that Deeplink and open the object directly. The problem is that when the user logs in with SSO the Deeplink doesn't work and it shows the home web, i experienced this problem before and the solution was to change some model options, a custom runtime setting (com.mendix.core.SameSiteCookies = Lax) and Custom enviroment variable (SAMESITE_COOKIE_PRE_MX812 = true). This works on other aplications but when i replicate it in this new one it doesn't work. When i debug the app, the first thing that the app does when a user enter the app is the microflow "Home_ResponsiveProfile", the first activity of this MCF is DeepLinkHome (from Deeplink module). This second MCF retrives a pendingLink object that is empty. There is the problem but i don't know the solution. What do i need to do to solve this issue? Thank you in advance for your help