Sign up system error

I created a sign up system but I'm experiencing consistent signup timeouts after 10 seconds. Looking at the logs and auth logs, this appears to be a Supabase infrastructure issue where the signup requests are timing out due to server overload.

The auth logs show multiple 504 timeout errors with "context deadline exceeded" messages, which indicates the Supabase auth service is overwhelmed.
Screenshot_2025-06-26_141235.png
Was this page helpful?