Supabase

S

Supabase

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

Join

Connection Supabase & Lovable

Does anyone else have trouble with connecting Lovable to Supabase at this moment? I keep having errors

Can supabase have server authorative name

Can supabase have server authorative player name/id on realtime for a server authorative chat ? instead of client choosing an unsafe name on messages

Unable to insert a new branch (branching from main) on Supabase Dashboard

The error I received was "message: "Failed to insert preview branch"". I've tried disconnecting the connection to GitHub but still couldn't get it to work.

Update email without confirmation

Hello, When i update my email with updateUser it always send an email confirmation to the new email. Why this can't be disabled ? I don't wan't confirmation at all. Is there any solution for this ? Thanks...

Supabase Register with Email OTP Verification

Good day, I have an Expo React Native mobile app that uses Supabase for the Auth and Database. I wish to make my register to have two steps, first fills the registration form and then redirect to the verify OTP page where I can fill the OTP numbers. However, I can't find any guideline for Supabase to register with Email OTP verification, all it uses was login with email OTP only or magic link the passwordless auth. All I found is that the Supabase email OTP only works to sign in not for sign up. I'm aware that supabase has email confirmation link but I was hoping I can use the verify OTP instead. Here's the progress I have encounter so far:...

event.locals.supabase type error

I am getting this error on my SvelteKit Auth SSR Setup. Note that this setup was from the official documentation and was working fine until now (https://supabase.com/docs/guides/auth/server-side/sveltekit): ``` Type 'SupabaseClient<Database, "public" | "__InternalSupabase" | "graphql_public", GenericSchema, never, { PostgrestVersion: "12.2.12 (cd3cf9e)"; }>' is not assignable to type 'SupabaseClient<Database, "public", "public", { Tables: { expenses: { Row: { amount: number; category: string; created_at: string; id: string; name: string; note: string | null; status: string | null; updated_at: string; }; Insert: { ...; }; Update: { ...; }; Relationships: []; }; ... 5 more ...; vehicles: { ...; }; ...'. Type 'GenericSchema' is not assignable to type '"public"'.ts(2322)...
No description

Policy for ADMIN/SUPER_ADMIN access returning empty results

Hi everyone, I’m trying to create an RLS policy that only allows ADMIN and SUPER_ADMIN users (based on their app_metadata.role in the JWT) to view rows in my user_roles table. Here’s what I currently have:...

some users complaining they didnt get the email code for new signups.

Is there a place I can check the logs for email service specifically, I have not been able to reproduce the error

Supabase branch creation

Vibe/no-coder here I am trying to create a supabase branch and it requires to enable git. I do it and have both "deploy to production" and "automated branching" checked. when I create it tells me "failed to create branch" (see image). so I uncheck both "deploy to production" and "automated branching". the branch is created, I wait for some minutes but then I see there are no tables, no functions, nothing basically from the production branch. why does this happen? how can I create a branch that contains all the features I developed in the production branch?...
No description

Billing

Hello, I just paid for Supabase pro and now it is indicated that I need to pay 10 dollars more to launch a micro project. Why is that the case ? I aldready paid and I cannot change the project to nano. Moreover, will it be the case dor each new project ?...

Downgrade catch 22. (Help, I can't get out of my plan!)

Basically, I can't downgrade because I need to pause my project, and I can't pause my projects, because i need to downgrade. Does anybody know how to fix this?...
No description

521 errors

We have been unable to connect to our db at all for nearly a day now. API, auth, dashboard. 521 errors in the api, connection errors in the dashboard. This is in the London region. Supabase support have been unresponsive. Any ideas what to do?

Egress Usage

Hey everyone, I'm seeing something weird on my Supabase usage dashboard and wanted to see if anyone else is experiencing the same thing. My Database Egress is showing "NaNundefined" and a negative percentage (-45.7%) in the "Egress per day" chart. The storage egress doesn't look normal also, because when checking in the report dashboard, storage egress show less than 1mb within the last 24 hour. The other metrics like Auth, and Realtime egress look normal....
No description

Loss of funds from database overwritten

Hey, I have PITR enabled on our project and we had one of our keys overwritten within 200ms of each other a day ago, it's led to loss of funds of a user - quite significant, if there's anything we can do here to restore the logs. Any support here would be much appreciated. We're running a restore backup at the moment and hopefully we should be able to get back but the range is literally in the span of 200ms - any chance we can be this granular?...

Is legal consensual adult content allowed on Supabase?

Can I use Supabase for a legal and consensual adult website that allows independent workers to advertise escort services?

Edge function error for stripe connect

Stripe connect account payment split , on a SaaS platform for table qr code order management whats causing this stripe connect account payment error index-BgPkPOPh.js:45 ...

Prod and Dev Environments

I have created a new database to use as Dev, I want to completely dump the entire prod database and execute it on dev, is this the best way to copy it?

DNS Resolution Issue with Supabase Database Host

Hi everyone, I'm having trouble connecting to my Supabase database from my local machine using pg_dump. I keep getting a DNS resolution error for my production database host. ...

Supabase ssr + Sveltekit + GetClaims() sliding session implementation

Is there anyone who can tell me how I would implement a sliding session in the above setup? Using Supabase free plan for now while setting things up. Shouldn't GetSession refresh the access token? I'm super confused. A good start would be being able to circumvent the default 1 hour expiry time that logs me out

Google Authentication is redirecting to localhost:3000

I have a react native application using expo. I have configured Google as an Auth Provider which seems to be working fine but when it comes to redirecting back to the application, its stuck in a loop looking for localhost:3000. I have added Redirect URLS in Supabase 1) myscheme://auth/callback...