We have a magic-link setup with Supabase.
-
A user gets a link to a form.
-
A user needs to sign in to get access to the form.
-
Upon visiting the form page, if the user isn’t signed in, they are redirected to a sign in page
-
After entering their email into the sign in form, the user gets a link in their email that redirects them to their intended form
-
The issue is that after the magic link redirects the user to the intended form, navigating away to any other page causes the app to hang on a “Loading auth state…” screen
Posting here while I continue debugging — any pointers appreciated. Thanks in advance!
Relevant links:
