supabase icon indicating copy to clipboard operation
supabase copied to clipboard

Error when signing out

Open newtondotcom opened this issue 3 months ago • 0 comments

Version

@nuxtjs/supabase: ^1.1.7 nuxt: ^3.11.1

Reproduction Link

https://github.com/newtondotcom/mgrs

Steps to reproduce

Just try to log in and log out and look at console

What is Expected?

To log out user without issue

What is actually happening?

Forbidden 403 error page saying : "message":"No API key found in request","hint":"No apikey request header or url param was found."}

I can't use const supabaseAuth = useSupabaseAuthClient() because it is not found

newtondotcom avatar May 08 '24 20:05 newtondotcom