Supabase

S

Supabase

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

Join

Edge Function Report

Though we use Edge Functions a lot, the report does not show any Edge Function record. How do I make it visible?
No description

Snowflake foreign data wrapper is not getting integrated

Following error I keep getting - I have made sure that all the steps are followed correctly and also taken help from AI assistant. ``` Chart ...

Best way to (quickly) reset between tests/after all tests?

Are there alternatives to npx supabase db reset if I want to reset my database to the seeded state for local testing? I'd imagine transactions could perhaps solve this, but I can't use those with the supabase-js client. If I run supabase db reset, then I get the functionality I want, but the entire Docker stack is reset, which takes quite a long time (comparitively, for simple testing). I can manually track the changes I think I'm making, and then try and invert those changes and use the service_role key to delete/un-update etc, but this doubles the amount of code to write, and potentially requires specific code in tests that I'd rather avoid......

Unable to add third party auth to supabase branch using cli or rest api

I create Supabase branches of my development database for every PR made in GitHub. However, the auth settings (I’m using Clerk) aren’t copied over, so I have to manually add them in the dashboard for each branch to work. I’ve tried several workarounds, but unfortunately to no avail. It seems that neither the Supabase CLI nor the REST endpoints support modifying third-party auth clients. ...

Pausing a project issue

Hi Supabase Team, My free-tier project is stuck in “pausing” state and I can’t delete it via dashboard or API. Project Ref: qonnqowxikdbndjymlzc...

Feature Request: Raise the 2 project free tier limit on Supabase

Web ide's like lovable, bolt and v0.dev have connected their services to supabase via official integration. THis has been a huge benefit for me and others in the community using these tools. As a result we have switched to supabase as our primary backends. The integrations are fantastic and ive been incredibly impressed with how powerful the tools are. So big thanks to the team for making this possible. However ive been running into issues with the free tier cap. ...

Looking to hire supabase expert for ios app.

Hi need ot hire someone to integrate auth and api end point encryption for my ios project. please message me or respond here.

Pausing project & Supabase CLI

While the project is pausing (forever) has anyone tried using supabase CLI?

Discord Oauth Question

Is it possible to set custom scopes for oauth? I'd like to include guilds.join but I see nowhere to put a custom oath url, and it only has identify and email by default.

Unexpected error in database trigger

Following the basic example of creating a profile when a new user is created in the auth.users table, it works fine when simply inserting a new record into the public.profiles table as follows: ``` begin insert into public.profiles (id, email, invite_id) values (new.id, new.email, (new.raw_user_meta_data ->> 'invite_id')::uuid);...

Realtime Concurrent Peak Connections Limit

I'm building an application which will visualize all connections on a Mapbox map. I imagine we'll get thousands of users... somewhere between 5,000-10,000 users. I will only be passing coordinates via the initial track method and no other messages will be sent between connections. Am I right to assume I'll be able to run this successfully with realtime? And the cost is $25/month for 500 users and then $10 for each 1000 users over that? Is there a hard limit on the amount of concurrent users I...

Custom link for confirm signup -> redirect problem

Hello 🙂 For the past month I was using this custom url for veryfy email and redirect to page and there login user. https://<supabaseID>.supabase.co/auth/v1/verify?token={{ .TokenHash }}&type=email&redirect_to=https://<app-page>.com/account-details?type=email&token={{ .TokenHash }}&userEmail={{ .Email }}&otp={{ .Token }} ...

Golang Edge Functions

Any plans to support golang edge functions?

Failed to start session: pkce(Auth.AuthError.PKCEFailureReason.invalidPKCEFlowURL)

I am getting an invalidPKCEFlowURL error when trying to login via Google from an iOS app. I am using SwiftUI. I have verified the following things from my end - Added the callback url in Google cloud console. - Supabase redirect URLs is the same in code and in Supabase...

Have my supabase stuck in "Pausing <ProjectName>" - its been like this for the last few days

How do I unstick it from this mode so I can access the supabase environment?
No description

OTP emails not working with Resend SMTP, is working fine with built-in Supabase SMTP

I just went through the Resend walkthrough to create an SMTP server with the supabase integration. Everything looks good and SMTP settings on supabase dashboard align with what I am seeing on Resend. When I try to send an OTP email, there is a 500 in my Auth logs and the only info I get is ```"msg": "500: Error sending magic link email", "error": "gomail: could not send email 1: short response: 450",...

I can't log in!

Super critical moment, and I can't log in for some reason.
No description

Working with Bolt.new and Supabase AI, read only?

Hello, Im new trying to use supabase with Bolt.new and Im struggling. It seems the changes Im making in bolt are not pushed into my table. So I tried to edit my table with the AI and its read only? I understand nothing about the policies and what not. Any help is appreciated....