BREAKING: Supabase Project Status Change Failures Across Multiple Regions
Supabase experiencing widespread project status update failures. Immediate workarounds and status checks inside.
Supabase Project Status Change Failures - Incident Report
What's Down
Supabase is currently experiencing failures when attempting to change project status across multiple regions. This affects:
Status: Monitoring in progress. Core database services appear functional; management operations are impaired.
Immediate Workarounds
1. Defer Status Changes
If your project status change isn't critical, wait 15-30 minutes for Supabase engineering to deploy a fix. Most incidents of this type resolve quickly.2. Contact Supabase Support
For urgent project transitions:3. Use Direct API (Advanced)
If you have API credentials with management scope: ```bash curl -X PATCH https://api.supabase.com/v1/projects/{project-id} \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \ -H "Content-Type: application/json" \ -d '{"status": "active"}' ``` Note: I'm unsure if the management API is affected by this incident. Test carefully.4. Workaround for Project Access
If you need to pause a project:How to Check If You're Affected
1. Dashboard Test: Navigate to Project Settings → General → Status controls. Try toggling status. If it fails with a timeout or error message, you're affected.
2. Check Status Page: Visit status.supabase.com for official incident updates
3. Test Core Functionality: Database queries and API calls should work normally. The outage is isolated to *management operations*.
4. Monitor Logs: Check your application logs for management API failures (distinct from data operation failures)
Alternatives & Temporary Solutions
For Pausing Projects:
For Production Concerns:
For Development/Staging:
Timeline & Updates
Action Items
1. Check status.supabase.com for real-time updates 2. Contact support if business-critical 3. Avoid initiating new status changes 4. Monitor your application logs
Note: I'm unsure about the exact root cause and ETA. Supabase's status page is the authoritative source.