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 use vault inside trigger locally

I'm using Docker on Windows WSL2 I'm using the Supabase JS SDK to call a function which reads from the vault: ```...

need help with downloadable content

I'm building a webapp that users would have access to lets say 100GB of videos and can download them on demand. Can i build my database with Supabase?

Realtime not working in supabase-js 2.54+

Hello ! I've recently updated supabase-js from 2.49 to 2.57 and my realtime connection does not work anymore. ```js // schema = 'public' table = 'user' filter = 'id=eq.xxxx' channel.on('postgres_changes', { event: '*', schema, table, filter }, (payload) => {...

Can't reach database server at `aws-1-ap-southeast

is there anyone can help me i used next js prisma...
No description

Supabase Pro Writes/s or writes/minute Limit

I'm building a quiz app that is projected to have 15-10k users and 1,000 concurrent ones who are using it at the same time (8,000 writes/minute) I want to ask if anyone knows whether this is within supabase's limits or my app could crash and my supabase would crash too. Please lmk know any ideas / suggestions to work with this use case / optimize the code or any solution or advice. Tech Stack: NextJS, Vercel Pro for dpeloyment...

Reset Password via email not redirecting back to the iOS app.

I have an iOS app implemented in SwiftUI where I am trying to implement a reset password functionality. I am able to get the reset password email but clicking on it does not redirect me back to the app. Also I am confused as to which one to use here UniversalLinks or CustomURL schemes. Google login is working perfectly fine for me. I am using following supabase api `Task {...

Network is unreachable

In my github action, all of a sudden I'm getting the following error. I haven't changed anything. What's causing this all of a sudden? ``` supabase link --project-ref cwbgftrekchrdstbnibg --password supabase db push --dry-run --password ...

facebook signInWithOAuth help

Is there an way to use the code provided by supabase but to open the facebok app for the user instead of web. More then likely the user will not be logged into web on their mobile device but have the facebook app installed. I would assume externalApplication would open facebook app itself but it seems to load urls. I have also verified that kIsWeb is false. ``` Future<void> signInWithFacebook() async {...

Supavisor is not working read/write data using {USER}.cluster.{CLUSTER_ALIAS} - ":tenant_not_found"

Maybe you can help me with the supavisor setup. The thing is that the direct connection "type=single" works, but I'm trying to configure "type=cluster" cluster_tenants to add replica/primary (read/write) and connect like this "postgres://supabase-user-alias.cluster.supabase-realtime:password@ip:6543/supabase" But now I get the error "[error] ClientHandler: Subscribe error: {:error, :tenant_not_found}", here is the full log: ``` project=supabase-realtime user=supabase-user-alias mode=transaction type=cluster app_name=psql peer_ip=10.244.243.1 [info] Starting pool(s) for {{:cluster, "supabase-realtime"}, "supabase-user-alias", :transaction, "supabase", nil} project=supabase-realtime user=supabase-user-alias mode=transaction type=cluster app_name=psql peer_ip=10.244.243.1 [error] Can't find tenant with external_id {{:cluster, "supabase-realtime"}, "supabase-user-alias", :transaction, "supabase", nil} {:error, :not_found}...
No description

RLS policy to read only my "profile" VS read "all names" from "profile" that are on "comments" table

What I have: 2 tables, one called "profiles" with fields like "name", "surname", "avatar_url" and others of my interest, and another called "comments" where is the "text" of the comment and a field called "author_id" that it's the UUID of the user that add the comment. The problem is with the Policy: right now I have a policy to only "read my own profile" (just like the tutorial or example on the website), so when I want to join "comments" table with my "profiles" table to show on a field the name of the author, I get "null" because I only allowed to fetch my own profile. We want to keep a level of privacy with the profiles, so no user (for now) should have access to other profiles. And even if I just have the role with the less permission, at least I still want to see the comments of an entity and be able to see the names, ¿any idea how should be tackle this issue?, ¿what it's the best recommendation?...
No description

Getting decrypted vault value server-side

I am trying to query a secret from my vault on my server using my service role key. I am doing this in python. I cant get it to work, i get error "The schema must be one of the following: public, graphql_public". Is there a way to do this?

SUPABASE AUTOMATICALLY INJECTING ON CONFLICT INTO SIMPLE INSERT OPERATIONS

i'VE TRIED EVERYTHING, AI BOT ON SUPABASE AS WELL. NOTHING WORKS. LOOK INTO THE ATTACHMENT AND HELP ME WITH THIS

discord webhooks for status updates

Hi all, I want to forward supabase status updates from either https://status.supabase.com/ or #status to a channel in my discord server. The former seems to only support atom and rss feeds, the latter is empty. Is there a way to subscribe to status notifications without a third party bot? If not, can I request this feature?...

Error supabase.from() after reloage page

Project context - React 19.1.1 + Vite 7.1.2 + TypeScript 5.8.3 - @supabase/supabase-js 2.57.2 - Tested in Chrome (latest stable) ...

Self Hosted single session per user

Is there a way natively with some built-in function or setting to enforce single session per user on local dev Supabase CLI or the self-hosted Supabase Docker? Or do I need to use logic to manually monitor sessions and handle this?

Using Vault with logs

I am starting to use Supabase Vault for the first time. I read here https://github.com/supabase/vault that you MUST turn off statement logging for the whole app. Is this still true? I feel like this would cause issues when I need to debug.

is us-west-1 down?

i'm having issues connecting to us-west-1 Error: P1001: Can't reach database server at aws-0-us-west-1.pooler.supabase.com:5432 tried in different ways but seems like the problem may be on supabase itself....

WorkerAlreadyRetired

I get this error when I serve my supabase functions locally with the --inspect-mode flag. I want to use chrome inspect the debug my edge functions. Even when creating the most simple application that only has a hello world edge function, it gives me this error. Full error: 2025-09-08T15:07:35.303116175Z Serving functions on http://127.0.0.1:54321/functions/v1/<function-name> 2025-09-08T15:07:35.303176133Z - http://127.0.0.1:54321/functions/v1/hello-world 2025-09-08T15:07:35.303180925Z Using supabase-edge-runtime-1.69.1 (compatible with Deno v2.1.4)...

Is Supabase down? Dozens of Connection closed: SSL issues

OperationalError: consuming input failed: SSL connection has been closed unexpectedly DbHandler: Terminating with reason :client_termination when state was :idle ClientHandler: socket closed with reason {:shutdown, :terminate_received}, DbHandler {#PID<50057.16930.1754>, {:idle, :session}}...

MCP API tool call keep failing

trying to execute SQL but saying supabase tool is broken with an internal error, not the config of my end, anyone else having same issue? Eu-west-2 Also free plan quota not exceeded...