Hi, I have a Vite app hosted on Lovable which use Supabase (not managed by Lovable) for functions. Today, suddenly I can not signup a new account on my website, all the signup request receive 504 error response. All other functions still work fine including login, email sending (I use custom SMTP service from Brevo).
Some more details:
Version: "@supabase/supabase-js": "^2.91.0",
Some error messages I can find from Log Explorer --> Auth:
"msg": "504: Processing this request timed out, please retry after a moment.",
"error": "context deadline exceeded",