Supabase

S

Supabase

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

Join

Contribution to supabase-py

Im looking for contribute on this github repo and I need some guidance to it. I want to know more about supabase to get feel and make my PR more substancial. If you can, tag me on DM to have a call.

call an edge function via webhook

I'm trying to call the edge through its Endpoint URL, but it loads infinitely until it shuts down.

Edit E-Mail Templates

Hello, How can I change the Email templates? As soon as I access the Email Templates Page I get the error shown in the Screenshot top right. Any idea how to fix that...
No description

Upgrade stuck in "Shutting down API services"

I tried to upgrade from PostgreSQL 15 to 17 today, but the upgrade has been stuck in this state for three hours. Do you have any idea what I can do? It's not self-hosted, and I’m on the free plan. :blobsad: Status: ```json {...
No description

Question related to the Enterprise plan

Hi everyone, By the enterprise plan there is a BYO Cloud possibility. I’ve a question regards this, does it work also with a Kubernetes setup? I mean if the Supabase instance running on a Kubernetes cluster in the company’s cloud subscription....

Unable to generate types with Supabase CLI due to permission denied for private schema

I get the error regardless of whether I have a private schema or not. My original intention was to update the db_pre_request function: Migration: ```sql create or REPLACE FUNCTION private.db_pre_request () returns void language plpgsql stable security definer...

Supabase Go Maintainer

Hi, I've been using the supabase go library and it seems like it is no longer maintained and I was wondering if it would be possible for me to help maintain it. I've found some bugs and make a PR, https://github.com/supabase-community/postgrest-go/pull/62, to fix a pretty big bug already....

getClaims in a serverless enviroment not yielding performance gains

Hello, I am using vercel to host my SSR app that uses Supabase. Switching to the getClaims instead of getUser does not yield any performance gains at all. Everything is the same approximately. Am I doing something wrong, or is it because of the serverless environment? Please note that the authentication happens on my sveltekit server and the session is sent over to the client. I have watched the whole tutorial video and read the blog post and followed them step by step, and all is working correct just that there are no performance gains....

404 Error on Supabase Database Function Call for One Authenticated User, but Not Another

Hello, I'm running into an issue with a Supabase database function in the public schema. User A is able to call the function without any problems, but User B (with a different account and email) receives the following error: POST https://....supabase.co/rest/v1/rpc/[function name] 404 (Not Found) Both users are authenticated and should have EXECUTE permissions on the function. The function is defined with SECURITY DEFINER, and search_path is explicitly set to public....

CANT CREATE A NEW PROJECT

hey i'm a new user and when i set up my account, i wanted to create a new project and recevied this.. Any help ?
No description

How to change email on the account after hard bounce?

I tried to change my email address and it failed. I believe my domain email was not working. Now it will not let me update my email address at all. A quick message comes up talking about a previous hard bounce. Anyone know what I need to do to update my email address? I have to change it because the address that is listed is not accurate. Thx!

noobie plz help!

Hi all, brand new to superbase/sql/coding in general here :S I'm trying to setup a database to communicate with a remote raspberry pi and I had it all working and connecting via MQTT to the superbase database and then to a website hosted on vercel. But then i left it for 90days and it's paused and i cant restore it :S It took me ages to build and i just want to restore it and keep working on it. I'm happy to pay a fee or what ever to get it up and running, anyone know if there's a way? I've tried to 'restore' the backup to a new project but I can't work it all out and its super frustrating - i know its my own fault for letting it get past 90 days but man if I had known it was this difficult there's not way i would've haha....

[Bug]: not picking the env

I have just created a new project using the default template i.e. supa w next.js and I have added these values NEXT_PUBLIC_SUPABASE_URL, NEXT_PUBLIC_SUPABASE_ANON_KEY in my .env.local file, but I am still seeing this message thatSupabase environment variables required I have also restarted the server. TIA 🙏...
No description

Supabase Auth instead of Auth0?

tl;dr; is Supabase Auth a good alternative to Auth0, and is it a better option than Clerk? Hi everyone! I am building a new project and started by using Auth0 for ease of use (and it was super easy to get up and running), but before making it available to users I did a round of due diligence and found a considerable drawback with Auth0: when we get to 25k users, we will have to pay (potentially extortionate) fees to Auth0, or face having to migrate away from it. Our business model is not freemium, but I expect only a small percentage of users to pay, so us paying for auth per user will be a liability. So instead of setting ourselves up for that trap, I could choose to future proof the system before we have so many users that it gets painful to migrate. Keeping in mind that we may not get that successful, and then it would have all been in vain 🙂...

How to configure email on the sender side ( DKIM, DMARC and SPF )

Hello! I am asking a question here becouse i cant find the answer and my email provider is not helpfull. My email provider says i need to get some info from supabase about what to set up at their end to make emails work. In supabase docs it just says i should work with my email provider. Has anybode done this and could point me in the right direction? Im wanting auth emails to come from my own domain

Deleted Supabase Project without removing AUTH settings now I can't edit in my lovable.dev project

#help-and-questions I have accidentally deleted my supabase project not understanding that would cause me not to be able to continue editing the project in lovable.dev. My intention was to delete the project from supabase and start it once once I finish the project in lovable.dev . In lovable.dev chat I get this error ...
No description

anyway to get access to "Analytics buckets"

Is there anyway we can get access to "analytics buckets", I've sent the form but looking for a quicker response if possible?

Recently changed GitHub primary email.

I recently changed my GitHub primary email that I use for my supabase account aswell, and now it fails to find any of my account information such as my organizations and projects. I tried to create a support request but I have no projects or orgs to choose from so it wont let me submit it. In my account preferences I see that my GitHub status is connected but I'm getting the error: Failed to retrieve account information Error: The email associated with github conflicts with an existing account. Please update the email of the existing account under Account > Preferences to login with github. Try refreshing your browser, but if the issue persists for more than a few minutes, please reach out to us via support....

CRITICAL: `http_post()` changed in pg_http 1.6 — full regression. Production broken. No changelog.

CRITICAL: pg_http 1.6 has silently broken trigger-based webhooks Hi team, I’ve spent hours debugging a critical regression introduced by the pg_http extension update to version 1.6, which occurred silently on my Supabase instance. ✅ What was working (pg_http 1.5): ...

Unable to run dbdev extension using the Getting Started script

I am using the script from the Installation page: When I reset my DB (pnpx supabase db reset --linked), I get the following error: ```bash ❯ pnpx supabase db reset --linked...