Supabase

S

Supabase

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

Join

Can't log into the supabase dashboard

Logged in with GitHub. Had a few issues last week that were resolved, but seems issue has started again. Stuck on a loading screen: https://supabase.com/dashboard/sign-in-mfa?returnTo=%2Forganizations&method=github# Is the dashboard down?...

Switching tabs silently fails reconnection

My app: I've built a single-page application using React (v19), Vite, and Supabase, which is deployed on Vercel. It's a hub for a gaming community, centered around user profiles, friends lists, and tournaments. The problem:...

Javascript SDK count property to only show the filtered result

Is there a way for the count property to only show the filtered results and not all the rows in the database? ```const { data, count } = await supabase .from('students') .select('*', { count: 'exact' })...

Branching Drift Caused by Storage Triggers

Hello, I am trying to create a persistent staging branch that is in sync with production. The process I used was: 1. Create branch dev off of production 2. Run a data dump and run the dump script in dev SQL editor...
No description

Deleted a database and regret it. Is it possible to get it back?

It was a Pro database and I still have it's ID. Is it still possible somehow to recover it?

Back Up

If I buy pro can you guys restore my database back to Saturday night?

Mta Two-factor authentication

Hello Supabase Support, We have received your support request and your ticket id is SU-241458 I’m trying to log in using my GitHub account, but after authorization I get redirected to the Two-factor authentication page. I was automatically logged out from all devices, and I’m not receiving any codes by email. There seems to be no option to recover access....
No description

npx supabase login not working

Noticed this today as I was about to update types of my project. As usual I run
npx supabase login
npx supabase login
...

Duplicate Charge Still Present – Request for Escalation

Hi Supabase team, I need urgent help with a billing issue that hasn’t been resolved via email. Organization: ismailelqorchi (slug: swzlokywtnaknwptgoxm) Invoice: FRFLKM-00009...

can't view Edge Function

its always like this in all my edge functions, how to fix this and if i want to update some edge function, if i deploy it with command on same name will it override it
No description

Created a game on my site, not all scores populating to tables on Supa

Hey guys - Background quick: Created a flappy bird style game on my website, set up (through AI) my tables to calculate scores. I had over 10,000 entries (attempts) this weekend, but for some reason not ALL the scores logged. Had several users submit screenshots with high scores that did not populate. I'm wondering what the limiting factor was? If it was a mobile vs desktop issue but scores from both were populated. ...

Supabase.co domain blocked by Etisalat

Hi, Since yesterday I am without supabase service on my apps due to the fact that the service provider Etisalat in UAE had apparently blocked the domain. After contacting them, they have informed the same was due to intellectual property rights infringements…....

Github integration issue -> Remote migration versions not found in local migrations directory.

Hello. Sorry in advance as I am not very knowledgeable when it comes to webdev. I have a project made by someone else so I am not entirely sure where to start. We have set up a website with supabase and vercel, and it works fine, but I'm trying to add vercel and github integration to my supabase account because I figured it would simply be easier to manage that way. But I am having an issue where when I push to git it simply fails the supabase preview check on github saying "Remote migration versions not found in local migrations directory.". The vercel check succeeds and the website updates regardless though....

Supabase Middleware not working

Hello, my middleware on my app is not working, i think, i am just checking to see if the middleware will redirect me '/' to '/dashboard' thats it. BUT ITS NOT redirecting CODE: ```ts // middleware.ts import { NextResponse } from "next/server";...

Can We use Service Role Account to Directly Reset Password of any user?

I want to reset password of a user without their need to interaction. No Reset Email, No login, just direct reset.

Vercel is charging for supabase middleware function (update session), any workaround?

Hi, 90% of my vercel costs are coming from the supabase middleware, how can I fix it?...
No description

npm package can't be found after update to supabase 2.39.x

The project has been running fine, and in fact if i downgrade locally i can get it to work fine with any previous version. supabase version 2.32.0 through 2.38.0 works (tested major releases (x.0) only) supabase version 2.39.0 is the first that shows this problem. likely closely related to supabase-edge-runtime-1.69.1. the error:...

Multiple Filter on a stream

Is it impossible to have multiple eq on a stream request to fliter ? I tried to put the eqs before the ".stream" but that doesn't work and the stream is not even recognized anymore. Do we have to use only one eq after the stream ?
No description

Unable to connect to Supabase project - DNS resolution failure for project URL

I'm unable to connect to my Supabase project from a Next.js 15 application. Till yesterday, i was able to connect from my nextjs app but today, the domain cannot be resolved. Issue details: When attempting to authenticate using supabase.auth.signInWithPassword(), I receive "Failed to fetch" and "Connect Timeout Error" (code: UND_ERR_CONNECT_TIMEOUT) DNS lookup fails: Running curl https://[Project_URL] .supabase.co returns "Could not resolve host: jzlddonygtywhhrupgzz.supabase.co"...

Spree 5 + Supabase + Railways

Hey everyone! I'm having an authentication issue while trying to configure Supabase S3 to store images for my Spree (Ruby on Rails) project. The exact error I'm getting is: "The request signature we calculated does not match the signature you provided. Check your key and signing method."...