Multiple GoTrueClient error

GoTrueClient.js:58 Multiple GoTrueClient instances detected in the same browser context. It is not an error, but this should be avoided as it may produce undefined behavior when used concurrently under the same storage key.

const supabase = createClient<Database>(process.env.NEXT_PUBLIC_SUPABASE_URL!, process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY!)

I'm using this on several files, can that be the issue? Anyone knows how can i fix it?

Thanks
Was this page helpful?