Live Status Check

Is Supabase Down?

Supabase is an open source Firebase alternative with Postgres database.

Click to check status

Real-time check from multiple global locations

Multi-region check
Instant results
No signup required

What to do if Supabase is down?

1. Verify the outage

Use our status checker above to confirm whether the issue is with Supabase or your local connection.

2. Check official status

Visit Supabase's status page for official updates, or see our Supabase Status Page guide.

3. Set up monitoring

Get instant alerts for future Supabase outages with PerkyDash's free uptime monitoring.

4. Have a status page ready

If your app depends on Supabase, create an emergency status page to keep your users informed.

Common Supabase Issues During Outages

  • Database connections timing out
  • Auth login/signup failing
  • Realtime subscriptions disconnecting
  • Storage uploads/downloads failing
  • Dashboard not loading project data

Never miss an outage again

Set up free monitoring for Supabase and get instant alerts via email, Slack, or webhooks when it goes down.

Frequently Asked Questions

Why can't I connect to my Supabase database?

Connection issues can be due to Supabase outages or project pausing. Check our status above. If Supabase is up, verify your project isn't paused (free tier projects pause after inactivity), check your connection string, and ensure your IP isn't blocked by network policies.

Is Supabase Auth affected during database outages?

Supabase Auth depends on the PostgreSQL database for user data. During database outages, authentication may fail. However, existing JWT tokens remain valid until expiry. Check both Database and Auth component status during issues.

Why are my Supabase Realtime subscriptions not working?

Realtime subscriptions may disconnect during outages. Check the Realtime component status. If Supabase is up, verify your Realtime is enabled for your tables, check your client connection, and ensure you haven't exceeded connection limits.

What happens to Supabase Edge Functions during outages?

Edge Functions run on Deno Deploy infrastructure, separate from the database. They may remain operational during database outages but will fail if they depend on database queries. Check the Functions component status specifically.

Check other Database & Storage services