BREAKING: Supabase Project Status Change Failures Across Regions
Supabase experiencing widespread project status update failures. Immediate workarounds and mitigation steps inside.
Supabase Project Status Change Failures - Incident Report
What's Down
Supabase is currently experiencing project status change failures across multiple regions. This impacts:
Note: Database connectivity and query operations appear unaffected at this time. This is isolated to project management operations.
How to Check If You're Affected
1. Dashboard Access: Try to pause, resume, or delete a project in the Supabase dashboard 2. Error Message: Watch for timeout errors or "Project status change failed" messages 3. Regions Impact: Affects US, EU, and APAC regions (confirmation pending on specific regional breakdown) 4. API Calls: If using the management API, status change endpoints will return errors
Immediate Workarounds
For Project Pausing/Resuming:
For Project Deletion:
For Production Applications:
Alternative Solutions
1. Use Supabase CLI: For programmatic project management, test if the CLI commands work during this incident: ```bash supabase projects list ``` (Success depends on whether CLI uses different endpoints)
2. Management API: Try direct API calls to the management API—status may differ from dashboard
3. PostgreSQL Direct Access: If you need to perform operations, connect directly via psql or your database client
4. Temporary Provider: If absolutely critical, consider temporary migration to Heroku Postgres or AWS RDS (not recommended for active applications)
Status & Updates
Next Steps
1. Check Supabase's official status page: https://status.supabase.com 2. Follow @supabase on Twitter for updates 3. Monitor your project dashboard for "Service Restored" notices 4. Contact support if you have time-sensitive requirements
We will update this report as more information becomes available.