signOut works but signs back in after refresh in NUXT
I added a pages directory to the Nuxt3 & supbase starter app tutorial (https://supabase.com/docs/guides/with-nuxt-3) and now the signOut function is broken, ie user remains signed in if browser is refreshed. Unsure how I broke it.
Only things I changed from template include:
pages/index.vue
app.vue
layouts/default.vue
Basically, I broke the signOut function when trying to add a pages directory. Any idea whats going on here? Thank you so much!
Only things I changed from template include:
pages/index.vue
app.vue
layouts/default.vue
Basically, I broke the signOut function when trying to add a pages directory. Any idea whats going on here? Thank you so much!
