BREAKING: Supabase Project Status Change Failures Across Multiple Regions
Supabase experiencing widespread project status change failures. Critical workarounds and monitoring steps included.
Incident Summary
Supabase is currently experiencing project status change failures across multiple regions. This affects users attempting to pause, resume, or modify project states through the dashboard and API.
What's Currently Down
Note: Core database functionality and data access appear unaffected at this time. This is primarily a control plane issue, not a data plane outage.
Immediate Workarounds
If You Need to Pause/Resume a Project
1. Temporary hold approach: If you need to reduce costs, temporarily stop application traffic at the client level rather than pausing the project 2. Direct database access: Continue using your database connection strings directly—your data remains accessible 3. Contact Supabase support: Open a priority support ticket for manual project state changes if critical 4. CLI alternative: If available in your region, try using the Supabase CLI: ```bash supabase projects list # (Workaround status uncertain—verify before relying on this) ```
If You're Blocked on Project Configuration
How to Check If You're Affected
1. Try the obvious: Attempt to pause/resume any project in the Supabase dashboard
2. Check your region: Visit [status.supabase.com](https://status.supabase.com) and filter by your project region
3. API test: Make a POST request to your project's status endpoint; a 5xx error indicates impact
4. Monitor error patterns: Check application logs for project status change or state modification failures
Regional Impact
Multiple regions are affected, but severity may vary. Confirmed problematic regions should be listed on the Supabase status page. Check which region your project is hosted in (visible in dashboard settings).
Alternatives & Longer-term Solutions
What To Do Now
1. Don't panic: Your data is safe and accessible 2. Monitor status page: Check [status.supabase.com](https://status.supabase.com) every 15 minutes for updates 3. Prepare a ticket: Document what you're trying to do for support 4. Notify your team: If project state changes are blocking deployments 5. Use alternatives: Route around the dashboard with workarounds above
Next Steps
Supabase engineering is actively investigating. Expected resolution timeline is unknown at this moment. Follow their official status page for real-time updates. If you have critical time-sensitive needs, escalate via support channels immediately.
Last Updated: Status as of report generation. Refresh status page for latest information.