Free 3 min read
Is Supabase Down?
Check live Supabase status — Postgres database, Auth, Storage, Edge Functions, and Realtime. See recent incidents and set up free email alerts.
Supabase — live status
Updated every 5 minutes. Full incident history at prismix.dev/service/supabase.
Quick check: is Supabase down right now?
- Prismix: prismix.dev/service/supabase — live status + 30-day uptime + incidents.
- Supabase official status:
status.supabase.com— Supabase's own status page with per-region breakdown. - API call:
curl https://prismix.dev/api/v1/statuses | jq '.services[] | select(.id=="supabase")'
Set up free email alerts for Supabase
- 1
Sign in
Go to prismix.dev/sign-in — email OTP or GitHub sign-in.
- 2
Star Supabase
On prismix.dev/service/supabase, click the ☆ star icon.
- 3
Alerts are live
You'll get an email within minutes of any status change.
Common causes of "Supabase not working"
Supabase has multiple sub-services that can fail independently. If Prismix shows it as "Operational" but you're having trouble:
- Database connection refused — Supabase free-tier projects are paused after 1 week of inactivity. Resume at app.supabase.com → your project → "Resume project."
- Auth sign-in failing (403/500) — Auth and Database are separate services. Auth can be degraded while DB is up. Check status.supabase.com → Auth row specifically.
- Edge Functions timing out — Edge Functions have a 60-second wall time limit. Functions that spawn long AI completions (GPT-4, Claude) can hit this. Consider streaming responses or using background jobs.
- Storage upload 413 errors — Free plan has 1GB storage limit and 50MB per file. Pro plan raises these significantly.
- Realtime not receiving events — Realtime uses WebSocket connections. Free tier has a concurrent connection limit. Check your connection count in the Supabase dashboard under Settings → Usage.
- Per-region outage (your project not affected) — Supabase runs in multiple regions (us-east-1, eu-west-1, ap-southeast-1, etc.). An incident in one region doesn't affect others. Check status.supabase.com for your specific region.
🔔
Stop manually checking — get alerts instead
Star Supabase on Prismix and get emailed the moment status changes. Free, no credit card.
Monitor other AI-integrated databases?
Full status dashboard: prismix.dev/status