nuxt-modules / supabase

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

Question - Experiencing instability in auth #325

Open AdamBD opened 10 months ago

AdamBD commented 10 months ago

Hi all,

I posted this in the community discord: https://discord.com/channels/473401852243869706/1195677539088212008

Wondering if anyone could take a look and provide advice. I am experiencing a lot of instability in the auth flow. (Some components are registering an auth user while others are not) and middle-ware auth routing checks not acting consistently.

Has anyone run into similar issues with this package?

IsraelOrtuno commented 9 months ago

Hey @AdamBD, not sure if you are still facing issues but experiencing similar stuff with what seems to be unlimited redirections which freezes the entire Chrome window in my case. So hard to debug.

Sometimes I get flashes of a "protected" route and then get redirected to the login page.