S
Supabase
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
JoinS
Supabase
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
JoinBest practice upgrading Postgres
I've received the message to upgrade my Postgres, but at infrastructure tab there's a message:
A newer version of Postgres is available The following objects are not supported and must be removed before upgrading. Learn more ...
Cannot setup, pay or modify account - Time-Critical assistance needed.
I originally connected an account via vercel marketplace in using v0.ai. I need to upgrade my account and move to a paid tier but it is impossible with the way things are set up. Please have someone connect with me here so that this can be resolved right away. Being able to change / rename organization and detatch from Vercel marketplace must be an option able to be accomplished with ease.
Error while signing in
I'm facing this issue while login to Supabase:
Basically what happened is I had multiple Supabase accounts, each linked to different Github accounts & email addresses. Recently, I deleted all those Github accounts and merged their associated emails into a single one. After that, I can no longer access any Supabase account as the system detects multiple accounts under the same email domain....
Error: Multiple accounts with the same email address in the same linking domain detected: default
Try refreshing your browser, but if the issue persists for more than a few minutes, please reach out to us via support.
Error: Multiple accounts with the same email address in the same linking domain detected: default
Try refreshing your browser, but if the issue persists for more than a few minutes, please reach out to us via support.
Can't use createClient in Edge Function (can't find tslib)
Below is my code. I have confirmed that the env vars are set. The error is specifically coming from the
createClient line .. when I comment it out, there's no error.
The specific error is this:
```
event loop error: Error: Cannot find module 'tslib' Require stack: - /var/tmp/sb-compile-edge-runtime/node_modules/localhost/@supabase/functions-js/2.76.0/dist/main/FunctionsClient.js - /var/tmp/sb-compile-edge-runtime/node_modules/localhost/@supabase/functions-js/2.76.0/dist/main/index.js - /var/tmp/sb-compile-edge-runtime/node_modules/localhost/@supabase/supabase-js/2.76.0/dist/main/SupabaseClient.js - /var/tmp/sb-compile-edge-runtime/node_modules/localhost/@supabase/supabase-js/2.76.0/dist/main/index.js - /var/tmp/sb-compile-edge-runtime/node_modules/localhost/@supabase/supabase-js/2.76.0/dist/main/index.js at Function.Module._resolveFilename (node:module:619:15) at Function.Module._load (node:module:497:27) at Module.require (node:module:681:19) at require (node:module:818:16) at Object.<anonymous> (file:///var/tmp/sb-compile-edge-runtime/node_modules/localhost/@supabase/functions-js/2.76.0/dist/main/FunctionsClient.js:4:17) at Object.<anonymous> (file:///var/tmp/sb-compile-edge-runtime/node_modules/localhost/@supabase/functions-js/2.76.0/dist/main/FunctionsClient.js:132:4) at Module._compile (node:module:745:34) at loadMaybeCjs (node:module:770:10) at Object.Module._extensions..js (node:module:755:12) at Module.load (node:module:662:32)...Multi tenant app. Headers
Hi,
I would like to create a header
x-org-id that the supabase sdk sents for every request using the DataAPI? Is this possible and can I use this in RPCs and RLS policies?
If not I could also sent it as a param to RPCs instead but dont think I have a way to use that as hint in RLS unless I write to a table that has a org Id column....Edge Functions
Hello,
My edge function logs are not showing anything when I click on them.
It used to work but stopped for some reason......

Question about restoring my project after some time off
Hello, a few months ago i started my first project on Supabase. I find the whole ecosystem of Supabase exactly what i need for my project and I am happy to be building forward with it.
However i had stopped using Supabase for a brief 1-2 months in which time my project was locked and went offline. I had to focus on another project in the meantime.
Recently i came back to work more on my project and I found out about this. When i clicked to restore my project it started loading on my main page and displayed "Setting up project". This has been the case now for 3 whole days. I wrote a message to the team but still haven't received a response. Can anyone please assist me here and provide advice? ...

Issue 2: Postgres Connection RefusedTool: n8n with Postgres connector
Tool: n8n with Postgres connector
Worked fine until Oct 20, 2025
Pattern: First run ✅ → Second run ❌ "Connection refused"
Workflow runs every 2 minutes, processes 20 records each time
Audit logs show many "[Beta] Gets project's network bans" events...
Supabase link in google oauth
hello guys i made login method on my website with google and im getting this when i enter to the account selector page google is that possiable to change supabase link

Api supabase failed
Hi everyone, this issue started appearing on my dashboard this afternoon, and I’m unable to view my tables. Does anyone know what might be causing it?
I’d really appreciate any suggestions!
Issue:
Failed to fetch (api.supabase.com)...
error rls
Hi, I'm getting an error when trying to perform a GET on the bank's API, but it's returning 200 and bringing an empty []. I thought it could be the RLS of the table, but updating the table's security policies is giving this error.

production incident
Hey Supabase team, I accidentally dropped my public schema using:
drop schema public cascade; create schema public;
Now my database is not responding (error: failed to retrieve schemas).
The project had production data from a client, and I’m on the free plan.
Is there any way to recover data or restore the schema from an internal snapshot?...
Canwe have old Users page back?
don't know what happened but im no longer seeing the users page list with latest entries as first. and also applying sorting for created at by desc is so much weird like have to change some settings to all columns and all. can we have old way back? it was way easy to use and sort and filter

Supabase API Error
Is there any estimate of when this error will be resolved? Supabase has been slow and hasn’t loaded anything since early this morning.

supabase dashboard is running very slowly
I cant even manage to delete old test rows and now the delete button is missing. In general its spending more time loading views than anything is there an outage? What's going on?
On delete: Failed to delete table row: Failed to fetch (api.supabase.com)...
supabase-js: Error: Cannot find module 'tslib'
My package.json is using the latest supabase dep
"@supabase/supabase-js": "^2.76.0"
I run npm i, then try to build the script, but it's getting the following error:
```js...Supabase cant send email when Custom SMTP is Enabled
Hello, i've been trying to fix this for days and its a terrible headache now.
On supabase, I enabled Custom SMTP. I am very sure I provided the correct smtp settings from hostinger because I created Edge Functions Secret Keys with those settings and tested it on reqbin.com and test email from it was sent.
The hostinger webmail also can send and receive email. ...
Contact person?
Hello! I am an admin of promoters from YouTube and TikTok. Is this open for promotions? Who can I contact for marketing proposals?
#help-and-questions...
Privacy suggestion
I'd like to be extra cautious with my users's privacy, and I'd like to encrypt their PII in the database. What is the recommended way to do that?
It looks like Vault is more for secret keys and not for customer data.
On previous projects I've used
pgp_sym_decrypt and pgp_sym_encrypt...