Auth ?grant_type=refresh_token 429
I'm on a Free Supabase plan.
On
Today, I've got reports that users aren't able to login anymore. From the Supabase logs, it's clear that
The authentication is happening with my custom REST API, here's the initialisation part on a bun runtime:
I'm on:
I'm really concerned how did the issue started to appear today if the last production code both for
On
06-24 20:48 I've released the latest version of my app.Today, I've got reports that users aren't able to login anymore. From the Supabase logs, it's clear that
?grant_type=refresh_token endpoint is being rate limited. Whats suspicious, is that from 06-24 up till today 07-01 there were no such issue registered. Users we're using the application as expected, able to log-in, refresh the session and use the application. There were no production code modifications during the period of 06-24-07-01. The authentication is happening with my custom REST API, here's the initialisation part on a bun runtime:
/sign-in endpoint:I'm on:
I'm really concerned how did the issue started to appear today if the last production code both for
client and server made was on 06-24 and the latest migration submitted to Supabase was on 06-22.