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
Can't get session and user after success call supabase.auth.signInWithOAuth(Provider.******)
After signing into the app with supabase.auth.signInWithOAuth(Provider.******);
it is clear that everything worked correctly, the user's photo appears in the window.
But I can't get session and user: Supabase.instance.client.auth.currentSession == null
and Supabase.instance.client.auth.currentUser == null.
In the supabase console, the new user is not added to the user list.
Prompt the decision of reception of session and the user after OAUTH authorization.
The text was updated successfully, but these errors were encountered:
@r-serega
Have you setup deep links to bring the user back to the app after completing the OAuth sign in? If not, Supabase would not be able to complete the sign in.
Can't get session and user after success call supabase.auth.signInWithOAuth(Provider.******)
After signing into the app with supabase.auth.signInWithOAuth(Provider.******);
it is clear that everything worked correctly, the user's photo appears in the window.
But I can't get session and user: Supabase.instance.client.auth.currentSession == null
and Supabase.instance.client.auth.currentUser == null.
In the supabase console, the new user is not added to the user list.
Prompt the decision of reception of session and the user after OAUTH authorization.
The text was updated successfully, but these errors were encountered: