Supabase

S

Supabase

Join the community to ask questions about Supabase and get answers from other members.

Join

Can’t create Vercel connection — “Your account does not have the necessary privileges”

Hi folks, I’m trying to link a Supabase project to an existing Vercel project from Supabase! But I receive this error: Please, SOS....
No description

I followed this video, but it always gives me this strange error. I don't understand it, especially

video : https://www.youtube.com/watch?v=vojHmGUGUGc&t=1604s error : ERROR Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNGoogleSignin' could not be found. Verify that a module by this name is registered in the native binary., js engine: hermes In fact, I don’t even understand the error to fix it myself or understand what this error means, so anyone who has gone through this experience, tell me....

SELF_SIGNED_CERT_IN_CHAIN

So I choose Supabase due to its "plug and play" feature with Vercel, and it has been the most painful experience I've had setting up something in years... The included env variables are not working. I paid for the ipv4 extra and it still doesn't work. The documentation doesn't say anything about this.Please help......
No description

I did a fudging oopsie

I accidentally deleted my admin user which cascade deleted my ENTIRE database with 300+ entries... I am on the free plan but if I ugprade to Pro can I access my backups?...

Edge function + S3 mount: "Error: invoking realpath_sync is not allowed in the current context"

I have an edge function that pulls a few files from one storage bucket and zips them up into a zip archive, then puts them back into another bucket for download. I had a hell of a time getting streaming operations to work, so I am now trying to use the S3 persistent storage stuff to just work with the files as local files. Whenever I try to access any file at all, though, I get the error above: "Error: invoking realpath_sync is not allowed in the current context" Anyone have any ideas?...

INCIDENT: Reports of increased latency on Supabase APIs

We're currently looking into the issue. We’ve received multiple reports and are updating our status page to reflect the incident and provide ongoing updates. Status updates here: https://status.supabase.com/incidents/y0whlkdtm193...

Performance issues with RLS

Hi, I am quite new with working with RLS, while I do have a background with Postgres I am having a hard time making queries run fast with RLS. I have to admit I have quite a complex app, but perhaps RLS is not meant to be as fast as I expected it to be. I for example have a function get_users_paginated, it gets 20 users at the same time, when having the RPC as invoker it took around 200ms on a loaded table 100k records. Doing some explain analyze showed me that each row was checking the invoking user context (cant do JWT for roles and stuff). When making a very fast function that does caching within the transaction I got it down to 60ms. However when making the RPC DEFINER and checking upfront I get like 11ms. Is this 49ms slower just a accepted cost of RLS. Or am I doing something wrong?...

Cannot upload file

Hello I do have pro plan with file size limit of 200mb. When I try to upload a file with 87MB of size it get stucks arround 25% - 28% and after some minutes it logs out saying JWT token expired. I've already tried several times, also used VPN and nothing worked....
No description

HIPAA compliance

Hey, I have a Flutter app which is live on the app store, and one of the new features is to sync it with the Apple HealthKi and TryTerra API to pull data from users glucose monitors. One of the clients prerequisites is to be HIPAA compliant. What does that mean in terms of Supabase. We are using a cloud hosted Supabase instance. Do we need to be working with client side encryption now, what even is HIPAA compliance in terms of Supabase? Thanks!...

Status Down?

Is supabase having issues for anyone else?
No description

Supabase & Cursor with vibe coding no code background. How to build easier?

Hi, I am a 46 year old Real Estate tech guy, but I could not code until AI. Started with Bubble.io in October 2024, Replit in November, Cursor December. I have been coding with AI daily since December (founders life 😬 ). One of my main hurdles still is Cursor and Supabase. It must be a understanding, communication and gaps in knowledge on my side. I am sometimes struggling to keep the right context and make the LLM's create the right migration files. Also, I now have a national DB structure. But we are going global. This means copies, but also exceptions etc. I would love to spar about options there. And humbly I submit my lack of IT knowledge and even fully understanding POSTGRES or SQL for that matter. Yet I am very effective and creative with my team of AI coding assistants in an out of Cursor. I am to be a very big user with our platform aiming to save images for every house on the planet. But since every time there is supabase involved it takes a lot of time, and I am always happy that everything seems to work. That could improve :). Also, perhaps my experience as interested user but with a knowledge gap can give some helpful insights. (I feel like I use Supabase like a caveman)...

emailRedirectTo parameter not working - Supabase ignoring custom redirect urls

Hi! I'm having an issue with Supabase auth where the emailRedirectTo parameter is being ignored. I'm trying to separate domains for early access domain vs development. Problem: I set emailRedirectTo: 'https://mydomain.com/auth/callback' in supabase.auth.signUp()...

Cannot connect supabase to vercel

I'm trying to connect supabase with vercel as administrator of organization and getting this error all the time.
No description

Not getting user exists error when creating user whose email is already there.

hey guys I am getting an strange issue, even when user is registered and am trying to create a new user with the same email, it does give response of user objetc but dont get new user with the new user id in the db. how this is happening, it should give throw user exists error. ```js export async function createUser(userInputs: CreateUserInputs) { // check if the passoword and confirm password match...

Subabase Storage Erorr in AWS S3 connection

I am trying to connect my Supabase storage through an AWS S3 resource in Retool but I am getting an error. If anyone has any idea, please guide me.
No description

Error downloading document

Hello friends, i am having a v0.dev and supabase project and i am having issues viewing or dowloading user documents on admin side/dashboard. When i click on a say on a document to download it returns an error which says Error downloading document. How do i solve that?
No description

Using Load Balancer's is giving me 404 on a query to table.

I am using https://<project_id>-all.supabase.co url which is of a load balancer to initialize the supabase client. But when I try to query the table, its returning me 404 function not found as error. We have RLS enabled in each and every table. ``` const { data: currentUser, error } = await supabaseClient .from("user_profiles") .select("id, email, username, first_name, last_name, profile_picture_url")...

Self-hosting: Kong cannot resolve realtime service

Hi, On my self-hosted Supabase setup, the realtime service is not working. Kong logs show this error: DNS resolution failed: dns server error: 3 name error Tried: ["realtime-dev.supabase-realtime:1 ..."]...

supabase-js v2: PKCE session lost after tab switch (persistSession + autoRefreshToken not working)

Using @supabase/supabase-js@2.52.0 PKCE flow enabled Config: persistSession: true, autoRefreshToken: true On tab switch → auth.getSession() returns null Tried SessionRecoveryManager and manual refresh — still breaks silently...
Next