Supabase

S

Supabase

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

Join

Request for email address reconfiguration

For the connection I was supposed to receive an email which I did not receive and therefore I could not verify the email address, and after trying again I was asked to contact support. My ticket code is the SU-242009. Thank you very much for the assistance 🙏

Branching and Google Auth

Hey folks! wondering if there are best practices for how to use branches and Google Auth. Specifically, it looks like for each branch when a new Supabase project is set up I need to go into the Google Cloud Console and set a new redirect URL. Is there a way to avoid having to do that each time?

Error: jwt expired

ohk so recently i am getting issue with supabase dashboard access and also in my Website which i connected to my supabase project So on dashboard i login to my account and after few mins i get signout with an error "Failed to fetch permission: JWT token expired..." like how its having this issue ...
No description

Realtime does not work on iOS / iPadOS 26

I'm facing a pretty critical issue with the newest versions of iOS I'm using a self-hosted version of Supabase-- all of my requests (specifically from devices both iPadOS and iOS using v26) seem to send CONNECT requests instead of GET requests when subscribing for real-time. This causes the connection to fail, leading to realtime just not working. Again, my current realtime setup works fine everywhere, except on iPhone/iPad running the iOS 26 beta. It happens on all versions of the beta. I've tested this on 3 different devices, and 3 different networks, all produced the same results....
No description

Can't branch (supabase.com), diff or pull (cli against supabase.com).

I've come into a project that was started with Lovable doing the development. I need to split developer and production environments, right now it's all in one. The migrations are corrupted, they do not start at the beginning of the project and may also be subject to AI hallucinations. There appears to be no management options for migration files on supabase.com. It seems I need to delete all the old migration files and generate a new start point without damaging production in the process. If I alter migrations files in git then production will try and run those? Any help appreciated, happy to provide more context and details. Thanks, Mark...

Transfer Database Account

Good afternoon, Is it possible to transfer a database stored in an old Supabase account to a new one? We are experiencing this issue and urgently need support to perform this transfer, as we do not have access to the old account....

Access token expiry time in new JWT Signing Keys

Legacy JWT Secret had an Access token expiry time. how to set that value in the new JWT Signing Keys? thanks...

Restoration failed for project

I am on the Team plan, and we need urgent help restoring project abmhrpyxaabwwummvwld. Restoration failed at 6:00pm Pacific yesterday and we need this fixed, as it is preventing all our customers from using our product. It has been ~12 hours. Can we please restore to a PIT database backup from 5:30pm Pacific time 09/02/2025?

Proyecto atascado en estado de restauración fallida tras reactivación y actualización a plan Pro

Problema con restauración de proyecto Contexto - Mi proyecto Supabase (ID: ytveuvcqdtffbuqnctxf) estaba pausado - Actualicé al plan Pro...
No description

Error syncing auth and storage schemas from remote to local

I need to synchronize the local database with the remote one. I have executed the following commands: supabase db pull supabase db push --local ...

Database OFFLINE... URGENT HELP NEEDED

Today I started the update supabase from 15 to 17. It's a rather small database and shouldn't have taken long. It's now stuck for 6 hours+ at -> Shutting down API services Tried contacting support but, it's just the question if they will even answer or not....
No description

Connection outage UAE

Weird problem with connections to supabase in the UAE. From what I see I'm also effected. App works on my colleague's phone, not sure why. App works on VPN. App doesn't work on phone or emulator as usual currently.

Google oauth redirect is broken

Whatever i do, whatever link i give it, on auth login it always redirects to localhost/3000 even tho nowhere in my whole app is there a single mention of it, not even in google console, why?

connectivity issue reported for Etisalat is also happening with Du Telecom in the UAE.

Hi team, I’ve noticed the same connectivity issue reported for Etisalat is also happening with Du Telecom in the UAE. My websites running on Supabase are not functional when accessed over Du — users can’t even sign up, and we consistently see a “fail to fetch” error. Just wanted to let you know so you can extend the investigation beyond Etisalat. ...

Unable to Drop Trigger to Net Schema

Hey all, for some reason we have a trigger on the net schema that is writing data into supabase_function.hooks, and is overloading our database (200+MB of writes that are useless), but I am unable to drop it since it says this is read only.

Supabase SECRET keeps coming back

Everytime I delete the secret from my supabase secrets, it just comes back, I don't even have it referenced anywhere in my code or edge functions?

`supabase start` errors with `Invalid Compact JWS`

Hi there! I upgraded my remote DB from pg 15 -> 17 a while ago. I noticed that my local supabase CLI DB docker container were still running pg 15. This was causing issues trying to run supabase db dump. So I updated the CLI and re-generated all local containers: - Updated [db] major_version = 17 in supabase/config.toml...

Unable to Create RLS Policy on `auth.mfa_factors`

Hello everyone, Hope you are doing alright. I need help please! My application's Multi-Factor Authentication (MFA) flow is not working. We have diagnosed that the supabase.auth.mfa.listFactors() function is silently returning an empty array, which prevents users from completing...