Supabase

S

Supabase

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

Join

Dashboard stuck upgrading

Has anyone run into an issue where the dashboard is stuck saying that it’s upgrading instance size? I can’t access the dashboard UI at all since this morning

eu-central-1 - can't connect to the database

I know that eu-central-1 experiences various problems (https://status.supabase.com) but currently, I can't even access the databse. Does anyone else experience this?

refresh_tokens table growth due to revoked tokens (self-hosted)

I see many revoked tokens in my refresh_tokens table ... like 91% of the tokens in my table are revoked 52% of those tokens are more than 90 days old Is there some process that is supposed to be cleaning these automagically? or am I supposed to be cleaning them manually?...

Property 'userStorage' does not exist on type 'SupabaseAuthClientOptions'

When I'm trying to build my application that uses supabase-js I get this error: ``` node_modules/@supabase/supabase-js/dist/module/lib/types.d.ts:44:48: 44 │ userStorage?: SupabaseAuthClientOptions['userStorage'];...

RLS with Prisma

Hi, I'm using Supabase db and auth. In my BE I'm using Prisma that connects to the db using a user (prisma) with all privileges on public schema. I'd like to use Supabase RLS policies as an additional security layer for authorization. The problem is that I don't know how to properly query the database on behalf of a specific user. All queries from Prisma are done by the prisma user, so RLS cannot work.

[URGENT] Connection timeouts - app with auth/database/edge functions

Hi, looking for help in relations to sudden connection timeouts when connecting to supabase (eu-north-1) from our app. It started last night, but stopped. Currenty nothing is responsive, even from the supabase dashboard. We need to get this working asap, or try to find a workaround....

"Your session has timed out" when i try to access dashboard

Keep getting the following error when i try to access dashboard: Your session has timed out Please try signing in again. If you are not able to sign in again, please contact Support....

Can't use the MCP in Claude Code

hi ⎿ Error: {"error":{"name":"Error","message":"Unauthorized. Please provide a valid access token to the MCP server...

New Supabase User

Hi Supabase Team! Just wanted to ask since i newly subscribed. I have currently 3 ongoing projects but two of them are not yet live. IS there a pause since we are not done with development yet and don't want to incur additional payments. Thank you!...

Debug edge function trigger on cli

I'm trying to trigger a local (cli) edge function using a database webhook trigger, and hope to use the database NEW (payload.record) values inside the edge function. For the moment, I just want to debug the connection and validate what the webhook sent to the edge function. So I have an edge function that just returns the payload sent by the webhook as a 200 response.
How do I capture this response when called from the webhook (not from the CLI itself)?...

any lovable folks getting this error right now?

Supabase is not able to handle the traffic from Lovable right now. Please try again later.

Supabase SAML "Invalid NameID Policy"

As described. Have had this issue 2 times today alone and had never seen before. Was there an update to SAML causing this? From client:
It looks like NAM is throwing an "Invalid NameID policy" error in my trace. The metadata provided indicated that both 'persistent' and 'Email' NameId formats were acceptable.
It looks like NAM is throwing an "Invalid NameID policy" error in my trace. The metadata provided indicated that both 'persistent' and 'Email' NameId formats were acceptable.
I haven't changed anything on supabase side since this was working...

Should I be using onPostgresChange for realtime updates?

Title. It seems that people heavily discourage it online and say to use broadcast instead. I am developing an iOS app fyi.

How to seed between migrations, to test your new migrations work on existing data?

In prod, we already have a bunch of data, and some migrations have run. Now I want to run migrations which work on existing data (e.g. convert a pk from int to uuid). I'd like to test this carefully, with automated tests. I was hoping I could add some seed data before running any new migrations, to check the new migrations work correctly on existing data. However, it seems seed data is only run after all the migrations have completed. Anyone have any advice on how I can robustly test a new migration that needs existing data?...

Command supabase db pull get's me a huge file with revokes

Hey guys, i have 2 remote instances one for dev and other for prod and I'm using cli to manage migrations between them. I got the first migration file linking to dev remote instance and running supabase db pull which worked fine. After that i did some updates and ran again supabase db pull but now got a use file with revokes instead of simple the delete table i did. Does anyone has faced this before?

Local migration guide for new JWT signing keys?

Hello, I saw this but was wondering if there are any more detail guides on how to migrate our existing projects to the new JWT signing keys? https://supabase.com/docs/guides/auth/signing-keys Is there anythign else we have to do besides updating our createClient functions?...

Not able to connect to Supabase project

I'm trying to connect to my Supabase project from the CLI. When I try supabase link --project-ref <REF> -p <PASSWORD> I get a
failed to connect to postgres: failed to connect to host=aws-1-us-east-1.pooler.supabase.com user=postgres.<PROJECT_REF> database=postgres: dial error (timeout: dial tcp 18.213.155.45:5432: i/o timeout)
...

Supabase edge function failed for every chat in lovable

#help-and-questions Whenever I send any message to lovable chat I get this error can anyone please help me
No description

Vercel <> Supabase Integration Preventing Me from Creating New Projects.

Been stuck with an issue for the past few weeks / months. I have a Supabase Pro Account and a Vercel Pro account. My Supabase account is integrated with Vercel. Right now I have a single project / database that I use for Supabase, but each time I try to create a new project or database I see the below error.
An error occurred while creating the supabase-violet-xylophone. Please go back and check your settings before trying again....
No description