Stojan Dimitrovski
Stojan Dimitrovski
I also see a lot of `Generator.next` which unfortunately points to using generators instead of Promises, so the issue may be coming because it really is an unhandled promise rejection;...
Probably related to this bug / report: https://github.com/angular/angular/issues/51328
Will likely get fixed with #574.
I need more time to figure this out.
Found something else: in multi-tab this SIGNED_IN event is emitted to all other tabs so it may be a bit too much.
@altryne Could you please share the code in your app that registers the `onAuthStateChange` callback?
Hey I'm thinking of transferring this issue to nuxt-modules/supabase because this feels like a two-part issue to me: 1. Why is there a [network request](https://github.com/nuxt-modules/supabase/blob/main/src/runtime/plugins/supabase.client.ts)? Feels unnecessary when some cookies...
Can't transfer there, so a duplicate is open there. Investigating the event issue now.
From what I could find so far, `SIGNED_IN` has been emitted always when the tab becomes visible again in v2, so it may be a breaking change to remove at...
I think this fix should address the issue, though I'd like to think more about backward compatibility.