Hey, I’m debugging a solution where users report that they are “sent back to start” after authenticating with OTP or login link.
This solution has a custom login app, and my suspicion is that they have saved the URL of the login app, not the actual app, and that after authentication they aren’t being redirected.
What is the 100% foolproof way of setting up custom login apps where an authenticated user is always redirected to a “main” application?