Supabase

S

Supabase

Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.

Join

is us-west-1 down?

i'm having issues connecting to us-west-1 Error: P1001: Can't reach database server at aws-0-us-west-1.pooler.supabase.com:5432 tried in different ways but seems like the problem may be on supabase itself....

WorkerAlreadyRetired

I get this error when I serve my supabase functions locally with the --inspect-mode flag. I want to use chrome inspect the debug my edge functions. Even when creating the most simple application that only has a hello world edge function, it gives me this error. Full error: 2025-09-08T15:07:35.303116175Z Serving functions on http://127.0.0.1:54321/functions/v1/<function-name> 2025-09-08T15:07:35.303176133Z - http://127.0.0.1:54321/functions/v1/hello-world 2025-09-08T15:07:35.303180925Z Using supabase-edge-runtime-1.69.1 (compatible with Deno v2.1.4)...

Is Supabase down? Dozens of Connection closed: SSL issues

OperationalError: consuming input failed: SSL connection has been closed unexpectedly DbHandler: Terminating with reason :client_termination when state was :idle ClientHandler: socket closed with reason {:shutdown, :terminate_received}, DbHandler {#PID<50057.16930.1754>, {:idle, :session}}...

MCP API tool call keep failing

trying to execute SQL but saying supabase tool is broken with an internal error, not the config of my end, anyone else having same issue? Eu-west-2 Also free plan quota not exceeded...

Should we update to a new Postgres database version that contains security patches?

New postgres database version is available with some security patches. Is it safe to upgrade it straight away to a new minor version or is it better to wait?
No description

Auth hooks for Custom Oauth Provider

Hey Devs, I need to authenticate with Oauth providers that aren't provided in Supabase. Can auth hooks work for this or is there another way that will still allow me to access the Supabase services.

Critical permission corruption – postgres lost membership in supabase_auth_admin

As a complete novice (supported by AI tools) I got the following info from Supabase's AI Assistant... 1️⃣ What is broken (diagnostics you already ran) see attached. ...
No description

Locked out 2FA - Ticket #SU-243179

Locked out of free account due to lost 2FA after phone migration. Ticket #SU-243179 - support said no help for free accounts but I can't upgrade because I can't access my account. I have active projects with data I need to preserve. Has anyone successfully recovered 2FA on a free account? Any Supabase staff who can help?

Big delays since yesterday evening

Hello, since yesterday evening i'm noticing big delays when i use my NextJs app in Vercel. I was using the same queries for weeks but now the delays are very big. Sometimes it is ok, but most of the times it is very slow. I'm seeing some issues like "Transaction API error: Transaction not found. Transaction ID is invalid, refers to an old closed transaction Prisma doesn't have information about anymore, or was obtained before disconnecting." or "Transaction API error: Unable to start a transaction in the given time." My code didn't change. Is there an issue in general?...

Invalid API Key Next.js

Hello all, I'm trying to setup an 'invite by emai' function in my Next.js app with Supabase auth (admin) from @supabase-js but I keep getting the error: Error [AuthApiError]: Invalid API Key ...

Are NodeJS edge functions supported yet?

Deno has been a blocker for our team committing to edge functions. Are there plans to support Node?

How to approach upgrading a user and giving them more access/data?

I have two main user types: viewers (who can only view) and writers (who can view and post). Both share common fields, but writers have additional specialized fields. I also support anonymous users. The flow works like this: • A user starts as anonymous. • They can either stay anonymous or upgrade to viewer (with limited posting rights)....

Supabase realtime postgres changes, no payload. Doubting chat gpt fix.

This is the first time I am implementing postgres changes in my app. I checked the documentation and some videos and all they said I had to do was add this code after handling the RLS: const channelA = supabase .channel('schema-db-changes') .on(...

Why does my RPC function keep breaking?

I know the code works correctly. It works fine right after I push a new build, but over time, for some reason the RPC function just returns an empty dataset. Is there some kind of caching thing going on with supabase or something with these RPC functions?

Subject: Urgent - Storage quota exceeded, need temporary access for cleanup

Hello Supabase Support, Project ID: xgdvlkztnwpfvyifqxao Issue: Storage quota exceeded, entire service blocked ...

google oauth issue /#access_token=

Im having an issue that login with google with iOS & safari wont redirect to /dashboard/ On computer everything works fine. Any suggestions?...

Mistake with the sign up

I was trying to do a school project for one of my courses. The instructions said to login with SSO email but I did it with my Github account. Now, I tried to delete my account but it says its gonna do that in 30 days. I fear even if I do my work using this, I'll lose my work after 30 days. I reached out to the support team and instead of helping free users, they directed me here. PLEASE HELP!!!...

Please help me save the supabase password for the CLI

It keeps asking me for the password when I do things like supabase migrations list. How can I save it?

Hi help please unable to update Stripe secret key in Supabase keeps reverting back to old one.

Issue: "Secret key automatically reverting to incorrect value after being updated" Steps taken: Full browser reset, multiple attempts to update secret Impact: Cannot process payments due to incorrect Stripe key...

My dev branch just deleted automatically without any warning.

I have no idea why it happened, but I created dev branch and it worked fine for a while. When I checked today it was just gone with all the data. I've checked similar issue and stumbled on the thread about merging dev branch into main which resulted in automatic branch deletion in supabase so I have a suspicion that same may have happened to me as I remember I merged branched in github and while my dev branch in github is all alive and well, the one in supabase is gone. Do I have to explicitly set somwhere not to delete the branch when I merge it with main?...