You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
Bug report
Describe the bug
onAuthStateChangefires every time we blur (go to a different tab) and focus on the tab with supabaseTo Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
/api/_supabase/sessionon every focus eventonAuthStateChangewas fired which triggered the request in nuxtExpected behavior
onAuthStateChangefires only when the state actually changesScreenshots
System information
Additional context
This doesn't seem to be a nuxt problem as it only subscribes once to the
onAuthStateChange