Supabase

S

Supabase

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

Join

Unable to create a new project

For some reason after I fill in details and click submit it just errors out saying the project doesnt exist. Tried many times, any ideas?
No description

Supabase connection w Power BI Service

Hi everyone! Has anyone successfully connected Supabase directly to Power BI Service (online)? It works fine in Power BI Desktop (I set it up via ODBC, downloaded and installed Supabase’s SSL certificate locally, and the connection goes through without issues) ...

Failed Upgrade banner

I've just got a failed upgrade banner popup on the home dashboard saying contact support but it looks like I can still upgrade in the "infastructure" page and it seems to be the same version to upgrdae to which I tried. Is it safe/ advised to try the upgrade/ update again, see if it goes through? Or is this likely to break something now?

Stripe integration with in Vue.js

Hi everyone! I have a few questions about stripe integration. I'm trying to build a SaaS with vue & supabase ( using Supabase as backend ). The idea is only use vue with supabase-js....

Error 1014: CNAME Cross-User Banned with custom domain through Cloudflare

In Project Settings > General, under Custom Domains, it says: >Set up a CNAME record for your custom domain resolving to [project ref].supabase.co with as low a TTL as possible. If you're using Cloudflare as your DNS provider, disable the proxy option. I'm using Cloudflare as my DNS, I did exactly this, but when I go to that subdomain I see "Error 1014: CNAME Cross-User Banned." According to Cloudflare this is due to Supabase's Cloudflare setup being incorrect and that they need to fix it -- but I haven't found any complaints about this from googling or in this discord, and I can't be the first one to have this problem? (I also found a Cloudflare support thread with someone describing the same problem with a different provider, and the support person claiming it's due to the same problem.) In any case, it would be confusing if supabase's documentation makes reference to Cloudflare explicitly but it wasn't configured correctly, so I'm not sure what's going wrong here....

Organization deleted

A supabase organisation, which I'm a developer in, got deleted due to invalid credit card details of the organization owner. The credit card details have been updated. Will the organization get returned?...

Postgis Error: function st_makepoint(double precision, double precision) does not exist

I am using postgis in a project and I have a Postgres function that takes the Longitude/Latitude when data is inserted into a row and calculates the location geometry field. I am trying to setup a new database and seed it but seeding the table with geometry postgis field is failing. This works on the original DB so I'm not sure what's happening. postgis extension is enabled. the error says:...

Generating JWT with new Signing Keys

We use Supabase Auth for our B2C usecase but PropelAuth for our B2B usecase. What we have been doing is using the legacy signing secret to create a JWT server side for PropelAuth users and then use that to access Supabase. On local we are able to generate the signing key and use that to sign new JWT's. But with the new system I cannot get the signing key out of Supabase, at least I can't see how to do it. All the docs for generating a JWT use the the legacy signing key. I've migrated the project...

All my services in a branch are listed as "not healthy," all CONNECT_TIMEOUT.

All attempts to do anything in this branch result in a timeout. Even resetting the database via the dashboard does not work because when applying the migrations, Supabase cannot connect to the database. ``` 2025/10/07 15:24:19 INFO Cloning git repo... git_ref=db_schema_mods 2025/10/07 15:24:20 INFO Checking service health... project_ref=hkxduuhinufxsixfycdx 2025/10/07 15:24:25 INFO auth service not healthy: Failed to retrieve project's auth service health...

400 - AuthSessionMissingError: Auth session missing

I've set up my app to support 4 oauth providers and a password-less login. I've followed the tutorial for the next js app router, set up the middleware and my private layout, and whenever i login, supabase responds with 302 redirect, a user actually gets created if i log in with a new email, but in my private layout, the .getUser function returns a 400 AuthSessionMIssingError and the user gets redirected back to /auth/signin. I'd be happy to provide some code snippets.

stuck on "Session timed out" error

I'm unable to log out or log back in to Supabase dashboard. The Sign in again button does not help. I encounter this issue fairly frequently using Supabase on Safari. How can I get logged back in?
No description

Need help setting up Auth0

Hey guys, I need help understanding the way supabase recommends adding auth0. As a third party provider. In my application (Supabase + Nuxt) my user logs in successfully, but for some reason Supabase's auth.jwt() doesn't return the sub. Hence I am unable to verify the user. I need help figuring out what I am missing. In my usecase I am mostly using Supabase Client on the backend side only. So here is the code for it...

Issue Retrieving Multipart Emails in Supabase Edge Function Using IMAPFlow

Hi everyone, I’m using Supabase Cloud with a Lovable app, where users need to be able to send and receive emails. I tried creating an Edge Function that uses IMAPFlow to retrieve the content of a specific mail UID. This works well for emails with text/plain content, but emails with multipart content don’t seem to work. The emails don’t need to be large, so I don’t think it’s a timeout issue. I also don’t see any logs— the only log I get is the shutdown log....

Database stuck upgrading for 8 days (stuck on optimizing database)

Hello. My project has been stuck on "optimizing database" following the database upgrade, since September 30th. There's no way I can see to refresh or resolve this from my end.

Project stuck on setting up

Hi Supabase team, My project has been stuck on “Setting up project” since I re-enabled it. Details:...

Project not loading after recover

Hi Supabase team, My project has been stuck on “Setting up project” for over 48 hours since I re-enabled it. Details:...

Custom Domains not part of Pro Plan?

I find it a little odd that a custom domain is not included with your Pro Plan. A lot of other services include custom domains when paying but with Supabase its an extra $10/pcm (which is close to half the cost of the Pro Plan 🤯 ). Based on how domains work, I am struggling to understand how you can charge so much? I love Supabase but this add on for a single custom domain not being included in Pro feels a little excessive, is there a chance that it will ever be included?

Deleting records from supabase_migrations.schema_migrations achiev

does deleting all the records fromsupabase_migrations.schema_migrations achieve the same results as npx supabase migration repair <version> --status reverted ? I couldnt do it from CLI due to connection issues, and I am trying to solve the mismatch between local and remote migrations history in order to run npx supabase db pull

Superuser access to Supabase Vault

I am storing my Google 0auth tokens (for connecting Google Drive API to my app) in my Supabase Vault with an aid of an edge function but the last step after giving a consent fails to connect with Google Drive. And when I investigate my edge function, I discovered this error below: Failed to store access token: {\n code: "42501",\n details: null,\n hint: null,\n message: "permission denied for function _crypto_aead_det_noncegen"\n}\n"...

Vector container unhealthy

Heya! I'm deploying the docker compose and I'm getting these logs despite having a file mount for the file path: ```txt 2025-10-07T00:27:24.864927Z INFO vector::app: Internal log rate limit configured. internal_log_rate_secs=10...
Next