This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Description
Bug report
Describe the bug
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.
Should we worry to see this warning in browser console? (SSR, Remix Run)
It comes from: https://github.com/supabase/gotrue-js/blob/44af61e872fafbbe4a0438f8ad170f0ce5a1acdd/src/GoTrueClient.ts#L164
I have persistSession: false
in createClient
auth's options.
To Reproduce
Expected behavior
Screenshots
System information
- OS:[macOS
- Browser (if applies) [chrome]
- Version of supabase-js: [2.26.0]
- Version of Node.js: [18.13.0]
Additional context