BREAKING: Supabase Investigating Project Creation Failures — Workarounds Inside
Supabase experiencing widespread project creation failures. Check if you're affected and implement immediate workarounds.
Supabase Project Creation Failures — Live Investigation
What's Down
Supabase is currently investigating failures in the project creation workflow. Users report inability to create new projects through the Supabase dashboard. The scope appears limited to project initialization; existing projects remain operational.
Status: Under investigation as of this report.
How to Check If You're Affected
1. Attempt to create a new project via dashboard.supabase.com 2. Error symptoms: - Project creation requests timeout - "Failed to initialize project" messages - Blank screens during setup flow - Database initialization not completing 3. Check official status: Visit [status.supabase.com](https://status.supabase.com) for real-time updates 4. Existing projects: Verify your current projects still function at dashboard.supabase.com
Immediate Workarounds
Option 1: Use Supabase CLI (Recommended)
```bash npm install -g supabase supabase projects create --name "my-project" ``` The CLI may bypass dashboard connectivity issues.Option 2: Contact Supabase Support
Option 3: Delay Non-Urgent Projects
Option 4: Use Existing Projects
Alternative Solutions
If you need immediate database infrastructure:
For Existing Supabase Projects
✅ Still working normally:
Next Steps
1. Monitor status.supabase.com for updates 2. Implement workaround matching your timeline needs 3. Test thoroughly before production deployments 4. Join Supabase Discord/Twitter for real-time community updates
Important Notes
Will update as more information becomes available.