Users get "Stuck" in custom login app

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?

Hi,

In Appfarm Showroom we have an action triggered On App Load that checks if the user is authenticated (Current User.ID has value). If they are, they are redirected to the main app.

Would a solution like this work in your use-case?

// Erik

That should probably work yes :+1: