Supabase

S

Supabase

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

Join

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....

Unexpected token '<', \"<html>\r\n<h\"... is not valid JSON When using auth.admin.createUser

For some reason I consistently get this error when trying to create a user from edge functions using auth.admin.createUser with the service role key Anyone else experiencing this? how can I solve it?...

Database error saving new user

This error always appear when I want to register as a new user
No description

Tried to resize compute, but it failed and now my app is down

Hey! The last few days usage increased for my app, and I ran into performance issues and saw the "Your project is currently exhausting multiple resources, and its performance is affected" message on my dashboard. I selected a more powerful computer size and pressed the button to upgrade, expecting a couple minutes of downtime, naturally. After a few minutes of restarting the project, it gave me a notification saying: "The project "<my project name>" failed to update its compute size due to capacity issues and was reset back to the previous size. Please try again in a few minutes or contact support in case it persists."...

Help me decide between django & SupaBase

I wish to create a PWA. I am NOT academically trained in CS or programming. I have done some courses on ODIN project & CS50. I am confused between django & supabase....

Edge Function 504 Timeout on Concurrent Requests

Issue: PostgreSQL trigger calls edge function via supabase_functions.http_request(). Concurrent identical requests result in: - âś… Request A: Success (12s)
- ❌ Request B: 504 timeout (150s) Environment: @supabase/supabase-js@2, PostgreSQL triggers, Deno edge functions...

Frustrations with lovable - and possible alternatives?

Hey @Supabase team, I’m extremely frustrated. I’ve contacted support multiple times via email and premium support, and I've heard nothing. My experience has been really poor with Lovable - would anyone recommend an alternative? Thanks!...

Expo + Google sign in + react native + iOS app

Does it even work ? Don’t get new row entries in supabase table

Supabase selfhosted scaling horizontal

Any guide available to scale supabase selfhosted to scale horizontally

pg vector 0.8.0 cost bug preventing HNSW search. Can we please get system upgrade to 0.8.1 urgently

HNSW search indices will not be used as artificially high cost is being ascribed to search functions Need version change quickly, have also sent support ticket if filter by this issue. Production system now non functional, urgent...

Calls to Supabase Data API calls are indefinitely hung without error

Database shared pooler logs show "DbHandler: Connection failed {:error, :econnrefused} " messages. We're unable to make Supabase data API calls from any of our servers. Any suggestions for troubleshooting the issue?...