Supabase

S

Supabase

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

Join

Confused about expected auth flow in nextjs supabase template

Hey all - I just created a new Supabase project recently with the latest version of the supabase/nextjs template. I'm a little confused on the setup here. I think older versions of this template used to include an auth callback API route, but this version does not. After running the sign-up flow, i am redirected to the expected page based on emailRedirectTo , plus the code query parameter at this point am i expected to implement my own server-side endpoint to do a code exhange? if so, why does the template default to a redirect to /protected (ref1, ref2), which has no code exchange logic?...

Supabase + Next.js: Sign Up and Magic Link Flow. Am I Doing This Right?

I’m using Supabase for authentication in my Next.js app and I want to confirm if I’m handling sign up confirmations + magic links correctly. When I call signInWithOtp, I set: ```ts...

Is Supabase down?

Sorry! An unexpected error occurred.
No description

Sorry! An unexpected error occurred. when using supabase.com and viewing a table

Clicking on any table shows this. I have tried all the steps listed.
No description

Can't implement Firebase Cloud Message, import error on edge function

Hi, I'm trying to implement FCM on supabase edge functions, and when I call the function on my local env, returns a error. I try with 2 ways importing from esm...

Unable to access Storage from Studio (self hosted)

```json { "level": 40, "time": "2025-09-11T01:06:40.421Z", "pid": 1,...

Pro subscription

I purchased Pro subscription in one organization instead of another organization of same account. How do i move this subscription from one org to another

404 Requests Automatically

Hello, I am developing an NextJS app with supabase, I use Google OAuth and realtime database. I'm having a problem that my app do requests that I don't want to. It was over 2000 requests, all them are 404.
No description

Can you use `createClient` with the Transaction pooler?

In node.js, I'm trying to use @supabase/supabase-js's createClient, however this is in a serverless function so I want to use the Transaction pooler provided by supabase (https://supabase.com/dashboard/project/_?showConnect=true) In supabase it says to use this URI: postgres://postgres:[YOUR-PASSWORD]@db.xxxxxxxxxxxxxxx.supabase.co:6543/postgres But if I pass that to createClient, it errors saying: Invalid supabaseUrl: Must be a valid HTTP or HTTPS URL....

Supabase Auth Social Logins Timing out

Is anyone experiencing this issue? Our social logins suddenly just stopped working. They are all timing out, we haven't pushed any new code or anything today.

lots of connection issues lately

failed to connect as temp role: failed to connect to host=aws-1-us-east-2.pooler.supabase.com user=cli_login_postgres.XXXXXXXX database=postgres: dial error (dial tcp 3.131.201.192:6543: connect: connection refused) it is intermittent. it stops working randomly then starts again when I am doing supabase db push commands from CLI...

How to use the supabase cli to connect to a local supabase docker instance ?

I can't see how it's done. I tried every command. Am I just dumb or am I missing something ? https://supabase.com/docs/guides/self-hosting/docker I used this to set everything up....

acidentaly deleted tables contents is there a way to revert?

I am on the free plan and didnt take local backups

Problem

I am listed as an owner in our Supabase organization, but my frined unable to view or edit tables in the Table Editor for our project. The dashboard displays a message saying I need additional permissions to view tables, even though my role is set to Owner. Could you please check if there are any organization or project-level restrictions, or help me gain full access to the Table Editor? Thank you!

downgrade cli version

How can I downgrade cli version?? I'm currently on version 2.34.3 and I want to downgrade to version 2.31.8 to see if that solves the unwanted revoke statements generated when trying to pull storage schema. I'm on macOS and when running brew install supabase/tap/supabase@2.31.8 it says that theres no available formula or cask with that name....

Supabase Clerk.com User ID not connecting/updating/Saving

Hello, I use clerk.com for user management inside my app which i build with Bolt.New, and I use Supabase for the data etc. The issue is that clerk handles the authentication. But when I want to save a property it says "user not authenticated on Supabase" and the user is on Supabase and it refuses to save. On Supabase the Clerk_user_id is uuid and on clerk it is text. But Supabase is not letting me edit the column. ...

OTP with Twilio not sent during signInWithOtp

Description: Hi everyone 👋, I’m trying to implement phone OTP authentication using Supabase + Twilio in a React app. What I expect:...

New columns aren't propagating to schema cache (PGRST204)

Insert calls to my table is failing when a new column is included. - i added column in dashboard - the ts type def generated does include that column - made an insert call using service role including a field for that column - that call fails with PGRST204...

I have an issue with my logs: OUTAGE

{ "code": 400, "errors": [ { "domain": "global",...