SYMPTOMS:
- All database queries hanging for 30+ seconds before timing out
- Cannot view users in Authentication dashboard (loading indefinitely)
- Edge Functions timing out when accessing database
- Auth API responding normally (<50ms), but any database query fails
- Flutter app logs showing "Request timed out" errors (408)
IMPACT:
- Production system completely down
- Users can authenticate (Auth API works) but cannot access any data
- Feed not loading, profiles not loading, all features requiring database access failing
- Affects 100% of active users
WHAT WE'VE TRIED:
1. Fixed Edge Function issues (esm.sh imports) - now working
2. Added timeout handling in mobile app to prevent indefinite hangs
3. Verified Auth API is healthy (responds in 50ms)
4. Confirmed issue is specifically with PostgreSQL database
DIAGNOSIS:
The database appears to be paused, crashed, or in a degraded state. We've recently upgraded to Pro plan, but database may need manual resume/restart.
Tried restarting the project as well