nuxt-modules / supabase

Supabase module for Nuxt.
https://supabase.nuxtjs.org
MIT License
682 stars 125 forks source link

Why supabase method signInWithOAuth works only sometimes and not every single time? #308

Open juiceguy999 opened 10 months ago

juiceguy999 commented 10 months ago

When working on Nuxt 3 + supabase project, I get this problem that supabase.auth.signInWithOAuth({ provider: 'github' }); works not every time like it should, instead it successfully sign in randomly when I try 5-6 times, but my internet connection is fast. So the main problem is that there is no user from useSupabaseUser() every time after sign in (which works randomly and not every single time like it should) image

owljackob commented 9 months ago

I don't see any redirect to confirm page, do you use it in your project?