Supabase

S

Supabase

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

Join

Any article link to check the breaking changes of the @supabase/ssr 0.7

hey guys my next app is using 0.6.1 version of the @supabase/ssr library, so before upgrading to 0.7 or to latest version, where I can check the breaking changes, or its completely safe to upgrade it to the latest version.

I'm not recieving any email confirmation for my new Supabase account

Hi everyone 👋 I’m trying to sign up for a new Supabase account using my company email hosted on IONOS (Webmail), but I never receive the confirmation/activation email. It’s not in spam or quarantine either. Has anyone faced this issue with IONOS and Supabase? Thanks a lot for any advice 🙏...

camelCase and Supabase naming consitency

I have this monorepo project with passed MVP phase with success and now we are thinking of reorganizing typescript types. I am looking at supabase autogenerated types and looks very appealing but I am wondering how to use them considering that we want to keep camelCase across the project. Right now we have all types defined with camel case and we use two utilities (toCamelCase and toSnakeCase) for interacting with supabase. Is there a good practice how do handle this? Or is it a good idea to keep snake_case types?...

anybody else having issues?

our supabase has not been working after going down for the second time for idk like 10-12 hours now anyone know what's going on? no need to troubleshoot, just times out can't access simple...

Get Google Scopes

Based on this: https://developers.google.com/identity/protocols/oauth2/native-app#check-granted-scopes, Google should return a "scope" field on the response to indicate which permissions the user allowed. Is there a way to receive this info after delegating the auth process through Supabase?...

Branch seeding fails with i/o timeout

Trying to get branches to seed data, but seeing failed to connect to postgres: failed to connect to host=... user=postgres database=postgres: dial error (timeout: dial tcp ...:5432: i/o timeout) after about 11 minutes.

How do I make myself admin on my site?

I have been struggling to make myself admin on my site so I have the powers to manage accounts. Does anyone know how to do this?

Failing auth in Edge Function

Calling auth.getClaims() returns null despite request containing valid JWT which I've checked using JWK. Calling auth.getUser(), returns a user object fine too. I am using supabase/supabase-js@2.57.4 on both client and server. Any thoughts on what may be causing it? Also, please let me know what additional info I can provide that may help

**CRITICAL: Supabase Auth Service Down**

Issue: Complete Auth service failure - ❌ Users cannot log in ("Database error granting user") - ❌ User creation failing - ❌ User updates failing - ❌ Session creation failing...

Supabase + brevo

I integrated Supabase to manage my website profiles, then I used Brevo to customize emails, but since then I've been having conflicts between the two.

Whitelist IP while still allowing access from other ips

We are running into issues where our VPC ip is intermittently getting blocked by supabase. Since we also deploy on vercel, we can't lock down the ip to just a singular value, so network restrictions seems too draconian. is there a way we can configure supabase to bypass its typical ip access checks for our vpc, while still allowing access from other ips?...

Supabase Branches + Lovable Integration

Hey everyone 👋 I’m trying to set up two environments for my project with Supabase + Lovable: I have main project in lovable and then i made a copy of it first one is main second one is for dev Main (production) → should stay connected only to the Supabase main branch...

Failed to fetch

Over here I am developing a project using the Google ai studio previously the data base was working properly but recently I started facing this problem of failed to fetch. This error is occurring when I try to login to the project login page I have used the authentication feature that is there in superbase for the login. I am also getting this error of Superbase error of failed fetch for the functions that are there in the Superbase project when tried to call. When my project is idle for long ti...
No description

Supabase aError

What is this in y supabase project?
No description

Unable project connection

I am writing to report an urgent issue with my Supabase project. I am unable to connect to my project, "Crossfit Project," with the reference bqjdbhxguncpcvzavfus. I've been getting constant "timed out" errors in my application. I have performed extensive troubleshooting and have confirmed that the problem is not with my local network or device. I have tested the base project URL (https://bqjdbhxguncpcvzavfus.supabase.co) on multiple networks and devices (including my phone with mobile data), and it is inaccessible on all of them....

Cant open the dashboard

anyone get this error too? already tried many ways not work
No description

Could anybody help me setup revenueCat webhooks with supabase? I have been trying this whole day

I am an iOS developer I want to pass userId from iOS app to revenueCat and when purchasing a subscription it supabase should modify a colun value please help

Bonjour à tous,Je rencontre un souci avec l’authentification dans mon projet Supabase

Bonjour à tous, Je rencontre un souci avec l’authentification dans mon projet Supabase + Vercel / Lovable. Contexte : • J’ai configuré Supabase Auth (email + mot de passe)....

`db diff` failing with `-f` flag, but successful with `--debug`

I'm working with a local deployment of supabase. I've written two local sql files (and updated config.toml schema_paths accordingly) and I'm running supabase db diff -f create_accounts_table and receiving the error failed to connect to postgres: failed to connect to host=127.0.0.1 user=postgres database=contrib_regression: tls error (server refused TLS connection). However, when I run with --debug, I have what looks like a successful output of alterations.
supabase status looks good, and I've been interacting with the database through the dashboard and flutter code throughout the day....
No description

Discord auth redirect error

I'm using Discord auth for my custom comunity app coupled with a SvelteKit hosted on Vercel. I mostly followed the doc for SvelteKit and oauth setup and it works for most of my users. But it does fail for just one. The redirect url I get is https://mydomain/callback?error=server_error&error_code=unexpected_failure&error_description=Error+getting+user+email+from+external+provider ...