nuxt/supabase | Multiple GoTrueClient instances detected in the same browser context.
hello,
I am using
"@nuxtjs/supabase": "^0.3.5"
, with nuxtjs
I have many supabase functions that I am calling so wanted to concentrate everything into one composable.
My supabase composable
in one of my components I am importing the logout function
I am getting this error log in the client (see screenshot)
these frames point to the usesupabase composable file as well as the page component that has this logout function.
What is wrong with the pattern I am using?0 Replies