Auth errors and db errors
My applications are getting http 556 errors trying to access supabase db, and auth is failing:
error Error [AuthUnknownError]: Unexpected token 'I', "Internal s"... is not valid JSON
at ac (.next/server/chunks/410.js:6:26654)
at async aw (.next/server/chunks/410.js:6:28392)
at async av (.next/server/chunks/410.js:6:28052)
at async aI.signInWithPassword (.next/server/chunks/410.js:6:41436)
at async a (.next/server/chunks/9553.js:6:1625) {
__isAuthError: true,
status: undefined,
code: undefined,
originalError: SyntaxError: Unexpected token 'I', "Internal s"... is not valid JSON
at JSON.parse (<anonymous>)
at async ac (.next/server/chunks/410.js:6:26624)
at async aw (.next/server/chunks/410.js:6:28392)
at async av (.next/server/chunks/410.js:6:28052)
at async aI.signInWithPassword (.next/server/chunks/410.js:6:41436)
}
All my apps are down - my multi-tenancy sites etc. This is really urgent - if someone could please advise.
5 Replies
We get the 556 issue also, critical for our prod env. at the moment
looks like it might be fixed!
Do you have in place database replicas or all Supabase?
The entire platform is offline rn, so the only option is switching platforms until it's been resolved.
It's up and down. Fix hasn't been confirmed, regions are slowly recovering in bits. I'd expect rocky performance until the status page changes.
Yeah it is not consistent. Sometimes it works, sometimes it doesn't