You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to use the sign-in hook, and successfully log in (the user is created in the Supabase console), but when I'm redirected, the new session is not loaded by the hook, despite that being the core functionality:
He's alive and well – we were just returning some video tapes earlier today. Turns out his '80s obsession was not only limited to fashion, but also to his movie rental habits. He even tried to 'rewind' the DVDs out of habit! Good thing we clarified that VCRs are extinct!
Bug report
The
useSignIn()
hook does not work correctly.Description / Observed Behavior
Try to use the sign-in hook, and successfully log in (the user is created in the Supabase console), but when I'm redirected, the new session is not loaded by the hook, despite that being the core functionality:
Expected Behavior
After signing in, the hook should return the user and session data.
Repro Steps / Code Example
Included.
Additional Context
Latest version. Basic sign-in. No idea why this would not work out of the box.
The text was updated successfully, but these errors were encountered: