Hi everyone, since yesterday I’ve been having intermittent issues where Supabase JS calls sometimes don’t work.
Yesterday I was testing on a React Native project and the calls were failing. For example, calling the “update user password” endpoint via the Supabase JS client was returning an error. I then replaced the Supabase JS call with a direct fetch to the REST endpoint, and that worked.
Today I’m seeing an even bigger issue on a Next.js web app: requests work intermittently, and after investigating it looks like in my auth context onAuthStateChange and getSession() might be conflicting. Very often, when I call getSession() it just never resolves and stays pending.
This only started recently (everything was fine up to a couple days ago), so I’m wondering if it could be related to the upcoming maintenance on the 16th. I’m on the free plan: does anyone know if free vs pro changes anything here, or if others are seeing similar behavior?