BREAKING: Supabase investigating Edge Function Deployment issues — workarounds inside
Supabase Edge Functions experiencing deployment failures. Immediate workarounds and status checks available.
Supabase Edge Function Deployment Issues — Status Update
Status: Investigating Affected Service: Edge Function Deployment Impact Level: High for serverless deployments
What's Down
Supabase is currently investigating issues with Edge Function deployments. Users report:
How to Check If You're Affected
1. Try deploying an Edge Function via the Supabase Dashboard or CLI 2. Check the status page: Visit status.supabase.com for real-time updates 3. Review recent deployment logs in your project dashboard for error codes 4. Test existing functions — if they're still responding, your current deployments are likely unaffected
Immediate Workarounds
For critical functionality:
For database operations:
For development workflows:
supabase functions serve)Alternatives During Outage
1. Vercel Edge Functions — Deploy functions to Vercel's edge network immediately 2. AWS Lambda + API Gateway — Serverless alternative with global coverage 3. Cloudflare Workers — Lightweight, distributed edge computing 4. Your own backend — Route requests to an existing server temporarily 5. Firebase Cloud Functions — Google's serverless alternative
What We Don't Know Yet
Next Steps
1. Monitor status.supabase.com every 15 minutes 2. Join Supabase Discord for community updates and workaround discussions 3. Don't retry deployments excessively — wait for official resolution 4. Contact Supabase Support if you're an enterprise customer
We'll update this report as more information becomes available. For mission-critical applications, implement one of the alternatives listed above immediately.