Supabase

S

Supabase

Join the community to ask questions about Supabase and get answers from other members.

Join

Why my authentication for users is not working right

Whenever i send an invitation to an email it automatically verfies them even if they didnt click on the email!

I can't log into my GITHUB account.

And I can't access the backend project, what should I do? Can I just log in via email without going through GITHUB?
No description

Account Access Problems

I can't get into my Supabase account because I have a million emails and can't remember which one I used, but when I go to submit a ticket, it forces me to the login page, which is why I was there in the first place. What's the most efficient way to get help on this? Thanks for any help you can provide.

How to stop persisting old realtime messages?

I feel like there's probably a simple solution to this that I'm missing... but I'm currently hitting database size limits because all of my realtime messages are being persisted in tables like these: ``` realtime.messages_2025_07_27, realtime.messages_2025_07_28,...

Can't connect to DB today, was fine yesterday

I'm trying to run a Prisma migration and it's failing today, yet yesterday it worked just fine. Here's the error: `` Error: P1001: Can't reach database server at aws-0-us-east-2.pooler.supabase.com:5432 Please make sure your database server is running at aws-0-us-east-2.pooler.supabase.com:5432`....

What is the recommended way to squash migrations then push the squashed migration file up to prod

What is the recommended way to squash migrations then push the squashed migration file up to prod. We tried and our prod db is stuck in : Something went wrong while restoring your project Your project's data is intact, but your project is inaccessible due to the restoration failure. Please contact support for assistance....

Supabase url broken (path invalid)

Not only is the path valid (provided by supabase) this error also just came out of nowhere I didn’t even work on the site today
No description

Realtime role

When listening to postgres changes what role is used? So for example if i revoke reads on a table for authenticated but allow in RLS and alter for realtime. Wil the user recieve updates if they listen because a different role is used to monitor (or no role at all since its a different system) or will they not recieve anything since authenticated role is used?

Supabase Auth Session Not Persisting Across Page Refresh/Navigation

Issue: Session doesn't persist after browser refresh or direct URL navigation (e.g., typing /[ANY PAGE]) Setup: - React 18 + React Router v6 - @supabase/supabase-js (latest)...

remove() doesn't seem to remove the file from a bucket

I am running a script to delete files: ```js await supabase.storage .from('myBucket')...

How to move pg_net extension to from public to extensions schema ?

I need to move ph_net extension from public the extensions schema but everything I tried fails. It seems that I don't have the right permissions to do so although I am the owner and admin of this Supabase project. I tried generating code with the Supabse AI, Claude and ChatGPT but nothing worked. I reached out to the support team but haven't heard back 🙁 Can anyone (perhaps the Supabase support team is lurking here somewhere) help out?...

IONOS Custom Domain DNS Settings

Nothing I do works. I paid for PRO and cannot connect the custom website to supabase. I did the CNAME record: www to (supabase_url) with a 1 Min TTL. I have used DNS for years and still can't get it to authenticate my website so my users see the Websites name rather than the long supabase name for user Authentication. Please advise. I am clearly missing something.

Branch migrations that depend on roles.sql fail.

Hi! Recently my branches started failing to start up because they contain migrations with GRANT statements for a custom role I use. With the recently auth changes I was no longer able to create that role in a migration so I moved it to roles.sql. I thought that worked for a awhile but now the migrations are failing because that role has not yet been created. So, my question really is, what's the right way to deal with custom roles in branches and is my assumption correct that roles.sql should be applied prior to the migrations during branch boostrapping? One other fact I can add is that this all seems to work as expected in a local dev environment when running supabase db reset....

PDF Files/Images storing as Application/Json

I recently changed to storing my files in Supabase with human readable folder names and nested structures but since then all my files are being saved as application/json types. Has anyone experienced this or should I fix it differently? I already tested not using that name convention and still same issue but it's a problem on the stored filed.
No description

cli command to match local to cloud

Say I go into my cloud dashboard and add or delete a column. is there a simple cli command i can run to make my local supabase match the cloud scheme?

Unable to connect Supabase to Vercel project

Hi folks, I’m trying to link a Supabase project to an existing Vercel project, but Supabase keeps throwing this error: Creating connection failed: Your account does not have the necessary privileges to access this endpoint. For more details, refer to our documentation https://supabase.com/docs/guides/platform/access-control**** I’m Owner on the Supabase org and on the Vercel team for this project. Any idea what might be causing this or which permission I could be missing? Thanks!...

Is there a way to enforce 2-factor authentication for Pro plans?

I need to set this up for my team for security reasons.

Does supabase has read write limit?

Is there a monthly limit of how many docuement read write can occur?

Is the dashboar/portal down?

I got signed out with a JWT error which I've not seen in a year plu.s Trying to sign back in with gmail. Not getting forgot password email.

Data API 406 with Accept-Profile custom schema (‘seocc’), PostgREST serving stale schema list

Trying to use a custom schema ‘seocc’ via Data API (supabase-js v2, per-query .schema('seocc')) for CRUD on seocc.websites (RLS in place; public.profiles.company_id set). Issue ...
No description