Open
Description
await Supabase.instance.client.auth.signInWithOtp(email: '[email protected]');
This works most of the time, but then sometimes it will hang with no response.
I am suspicious that it is a rate limit for the IP.
However there is no 429 response or otherwise - it just hangs.
It would be good to know if this is the case and get a 429 right away to handle it client-side.