Description
The signup flow fails when creating a new account because requests to the Supabase authentication endpoint are returning 400 Bad Request and 429 Too Many Requests responses.
Users are shown the message:
"email rate limit exceeded"
which prevents successful account creation.
The application currently exposes backend rate-limit errors directly to users without providing clear guidance or recovery options.
Steps to Reproduce
- Open the application.
- Navigate to the Sign Up page.
- Enter valid registration details.
- Click "Create Account".
- Open Developer Tools (F12) and check the Console tab.
Actual Behavior
The following requests fail:
POST /auth/v1/signup → 400 Bad Request
POST /auth/v1/signup → 429 Too Many Requests
Description
The signup flow fails when creating a new account because requests to the Supabase authentication endpoint are returning 400 Bad Request and 429 Too Many Requests responses.
Users are shown the message:
"email rate limit exceeded"
which prevents successful account creation.
The application currently exposes backend rate-limit errors directly to users without providing clear guidance or recovery options.
Steps to Reproduce
Actual Behavior
The following requests fail: