Ryan Martin
Results
3
comments of
Ryan Martin
I'm having the same issue. My workaround for this is to add the redirect logic in the onAuthStateChange function. ```js supabase.auth.onAuthStateChange(async (event, session) => { if (event !=== 'SIGNED_OUT') {...
* **#794** 👈 (View in Graphite) * `main` This stack of pull requests is managed by Graphite. Learn more about stacking.
I'm also facing the exact same issue