Hi, I need help with a Supabase project issue.
Setup:
- Webflow frontend
- Supabase backend
- Stripe payments
- OpenAI API
- Free / Nano plan
Problem:
My project suddenly became unhealthy and I can’t access the DB properly anymore.
Status:
- Database: Unhealthy
- PostgREST: Unhealthy
- Auth: Unhealthy
- Storage: Unhealthy
- Realtime: Healthy
- Edge Functions: Healthy
Errors:
- “Failed to load schemas”
- “Failed to run sql query: Connection terminated due to connection timeout”
Even these fail:
- select 1;
- select now();
What I already did:
- Restarted the project
- Waited more than 1 day.
- No improvement
Other notes:
- No sudden usage spike before this happened
- Security Advisor currently shows 0 errors
- Table Editor and SQL Editor both fail
- Auth is also unhealthy, so signup/login testing is blocked
- Studio AI features also time out
Has anyone seen this before?
I’m trying to understand whether this is:
- a Free / Nano resource problem,
- a project-level outage,
- or something support must fix manually.
Any advice would be appreciated.
I also contacted support but no response.