Supabase

S

Supabase

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

Join

What are the Requirements for redirect URIs

For redirects in Supabase Auth, do I have to include path parameters when registering my redirect URIs?

Confused about working with supabase in a monorepo (Expo + Next js)

I’m setting up a monorepo with this structure: . └── my-app ├── apps...

Dashboard Incident

I'm currently still experiencing this issue with Chrome. I've tried clearing cache and incognito window, but the issue persists. https://discord.com/channels/839993398554656828/1409892722474614814/1409893329692393472 I was able to get past it by using Safari....

how do i get backups for use with restore to project

Hey there. Newbie here. I want to use the restore to project feature. It says, I need a physical backup. And then it also says it will only create physical backups when my project reaches a certain size. How can I get started with the procedure to duplicate a project and create multple projects.

thatgrrrlpdx — 6:44PMUsers unable to use a Password Manager

Full transparency, I'm new to building apps so the solution is hopefully simple and obvious to folks who know more. I have what I think is appropriate auth set up, but folks testing it aren't able to use their password manager. I have "allow user signup" on. With the email section all on and the max upper, lower, number, and special character options. I see a minimum which is currently set at 6 but no max to indicate a password limit that might impede a password manager. Thoughts?

Production Database Down — Need Host Migration

My database is completely down. The SQL editor can’t run anything — getting read ECONNRESET. Auth, Realtime, and Storage are all unhealthy even after restarting the project and scaling up. I have been trying to fix this for a week and I’m honestly over it.

Incorrect email appears on the dashboard

I changed the email address for my Supabase account, but the dashboard still shows the old email address, and notification emails are still being sent to the old address.

I can't connect into supabase using github

I think there is some kind of problem in supabase with the supabase login i cant seem to find a way to log into my dashboard, the session expired and from that day i cant login. i tried everything, other browser, incognito mode, cookies, etc. problem still persist.

Auth.trigger

Is it possible to add trigger auth.users table? I want a record would be inserted to public.profile automatically after signup a user.

Network latency?

Hello! I’m running a Vendure (Node.js/TypeORM) backend in Southern CA on my local machine, connected to a Supabase-hosted DB in Northern CA. When both my backend and DB are running locally, queries are instant. When connecting to the remote Supabase DB (local-to-cloud), even within the same state (CA), I see query latency ranging from 2s to 20s. ...

problem when connecting to MCP Supabase through VS Code plugin Roo Code

A problem when connecting to MCP Supabase through VS Code plugin Roo Code gives an error. The process was performed according to the spraying instructions, the connection is tightened. You can request the name of the table, but you can not create a table, when creating it, you get this error: Error executing MCP tool: 32 minutes ago...

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