Supabase

S

Supabase

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

Join

Realtime Broadcast Subscription fails when started without Internet connection

When initializing a Realtime Broadcast subscription while there is no internet connection, the subscription never recovers once the network becomes available again. Steps to reproduce:     1.    Create a Supabase Realtime channel with a Broadcast event (as described in the documentation: https://supabase.com/docs/guides/realtime/broadcast?queryGroups=language&language=swift&queryGroups=http&http=curl).     2.    Launch the app while offline (e.g. disable Wi-Fi)....

Supabase RLS with Prisma

I am creating a Dashboard with Next.js and I am considering using Prisma. I will need a lot of permissions to perform CRUD operations on the data. Does Prisma support Supabase RLS, or do I need to create DAL functions to run before performing CRUD operations with Prisma? Is it better to use Prisma at this point, or continue using the Supabase client and use RPC functions when I need to perform transactions or more complex queries?

Auto provider in self-hosting

Hi everyone !! When installing Supabase in self-hosting mode on Docker, I noticed that the authentication providers are missing. Are these modules that we have to install ourselves along with other configurations? Is there a way to get them without too much hassle?...

auth.users table has RLS enabled — cannot sign up (500 error)

Hi Supabase team 👋 I’m having a critical issue with my project — all email sign-up requests fail with: ```...

Warning running out of Disk IO Budget - email and banner

I am receiving this message and I have no idea what to do now/what might be the cause. I haven't changed anything (even reduced disk space) and am currently pretty ocnfused about what to do not.

I got a warning message email that my app is running out of Disk IO Budget

I'm barely using my database. I clicked the link in the email and it takes me to the supabase site, where I am logged in, but it says I have no project. I've emailed support from there, but it says I'm not a member of the organization. I logged out and back in. it still does not recognize my project and still refuses to let me email support. anyone here that can help me get this resolved?...

Signed upload URL expiry?

Hey, is there any way to modify signed upload URL expiry? I know supabase docs say they are 2 hours but im experiencing really weird behaviour with them which i absolutely cannot explain. Google gemini gives me this explanation but i am not sure if it is right or making things up.. My serverless worker received a signed PUT URL that resulted in a 400 Client Error: Bad Request during a cold start. The root cause appears to be a 60-second expiration time, which contradicts the expected 2-hour lifetime for signed upload URLs. The log contains:...

Vercel > Supabase 404

Followed skywork.ai on how to mergde vercel and supabase. and i get 404. how to find out why??

getClaims returning null

We recently moved from using getUser to getClaims and that all seemed to work..until we noticed that after some time has passed, getClaims starts to return null for both data and error. My gut tells me that the JWT has expired...but my understanding is the library will automatically handle updating the JWT. This is on a React Native app and we followed these guidelines - https://supabase.com/docs/guides/auth/quickstarts/react-native. Looking for any suggestions on how to debug this....

Dont expose edge function to internet

Can I configure a edge function to only be called from the db?

2FA

Hello , I never set 2FA, but now when I try to log in, it’s required. I log in with GitHub. I have an ongoing project, and I have to upgrade to premium . Please solve it as soon as possible.

createClient() creates issues with Next 16 Cached Components

Hi, I'm upgrading to NextJS 16. I've just watched John's new Youtube video. He says that if you are making public calls to the database and auth cookies are not necessary, you can use a "anon" version of createClient using auth options. This allows a cookie-less supabase instance to be created. HOWEVER, NextJS doesn't seem to like this (see error message below) due to part of the code calling "Math.Random()" and it needing deterministic code. Any ideas of what to do about this? The only way I've found to solve this so far is to cache the component that uses the client. But I don't really want it to be a cached component (I realise that in that case I could just use the cookie-d version of the supabase client in this case, but that doesn't feel like a proper solution and would add to code complexity). Maybe I'm thinking about this wrong ?...

Cannot get storage buckets in dashboard because of "Too many connections issued to the database"

I have 4 connections. There is something wrong with my supabase and my entire app is down in the middle of a migration because of this. This is very urgent. @garyaustin @silentworks
No description

stripe

Hello, I'm running into a problem with my React-Native app using Supabase, my create-payment-intent and stripe-webhook function don't work at all, even the exact functions from the supabase github examples. I even tested sample hello world functions and are not working, i can link the gitlab repo or a screenshot frmo my functions, if someone can please help :...

Deleting files from db

Hi, I want to delete files from the DB, so I will need to use pg net. I want to delete files attached to tasks, when the task gets deleted. I was thinking 2 approaches. Sending the DELETE request on a trigger when the task gets deleted. Or doing nothing and have a nightly cron job delete them. I suppose the second one is better since the first one has no gaurentee since the request with pg net are fire and forget so cant rollback. But would love to hear your thoughts....

Optimize `supabase start` with cache GitHub Actions

How to persist the cache of the Docker images used by supabase start in GitHub Actions executions, preventing the image from being downloaded again with each test run?:supafire:

Hyperdrive Connection Failing with Error Code 2015 - "Server returned error and closed connection"

I'm trying to set up Cloudflare Hyperdrive to connect directly to my Supabase Postgres database (bypassing the REST API to avoid Cloudflare bot detection issues), but I'm getting a connection error. Environment: Platform: Cloudflare Hyperdrive Connection Method: Direct Postgres connection (port 5432)...
No description

Swift SDK Crashes For New App

Hi all, I'm trying out Supabase for a MacOS app. Using version 2.5.1 (https://github.com/supabase/supabase-swift) and attempting to connect top my db, the app crashes immediately here: Here is my init : ```...

My Project frontend isn't calling my supabase

After logging in for the first time, it calls my supabase and loads well. But when I refreshes it no longer calls my supabase and doesn't fetch data. Any help please?