Supabase

S

Supabase

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

Join

Question about email rate limits when upgrading plan

Hello, I would like to know if upgrading to a higher plan increases the following limits (I'm on the free plan 😅 ): Rate limit for sending emails. Number of emails that can be sent per hour from a project....

DB connection string stopped working all of a sudden

The same postgres connection string was working until it didn't. postgresql://postgres:<<password>>@db.qngqglsgmfstgtdvhcin.supabase.co:5432/postgres Is it just me or has anyone else faced this issue?...

Supabase db pull, cast error

Hey, I’m getting an error while creating a migration file:
ERROR: cannot cast type int4range to bigint (SQLSTATE 42846)
At statement: 105
alter table "public"."dimensions" alter column "bust" set data type bigint using "bust"::bigint
ERROR: cannot cast type int4range to bigint (SQLSTATE 42846)
At statement: 105
alter table "public"."dimensions" alter column "bust" set data type bigint using "bust"::bigint
...

database scanning error in your auth service.

We're experiencing a critical authentication issue after a Firebase to Supabase migration. Users cannot log in due to a database scanning error in your auth service. ERROR DETAILS: - Error: "sql: Scan error on column index 3, name 'confirmation_token': converting NULL to string is unsupported" - Path: /token (POST request) - Component: api...

Uploading JPEG into Bucket - Not Working?

Hello, please bear with as I am new to Supabase and not a developer. I am trying to upload JPEG images into a folder on my Supabase. I believe I've set up all the correct policies, and the file size is also only 300kb. Each time I upload, it seems to just time out and return to the screen with a blank folder. Any help would be much appreciated

Interacting with Google Cloud APIs

After signing the user in, I have an additional "Register Gmail" function. I want to configure my server code (Edge Runtime) to retrieve, store, and automatically refresh a server managed access and refresh token, so that it can interact with Google Cloud APIs using the user's credentials. Can I use Supabase Auth for this, or will I have to implement my own PKCE flow manually with a separate client ID?...

How do I get Google authentication setup?

I'm new to Supabase and don't have much coding experience - I want to get Google Authentication setup with Lovable - how do I do that?

[bug?] Supabase-swift SDK always times out on simulator

I'm building a native iOS app and have Supabase-swift integrated for fetching data from the database. However, when trying some easy queries, they always fail with a timeout 🤯 I have initialised the SupabaseClient as the docs state, using my project's URL and publishable key. If I run the same queries via cURL, they work fine and I get the expected data 🤔 as well as if I run my app in a real device. ℹ️ Additional information...

Requesting Refund After Immediate Downgrade from Pro Plan

Hi everyone, I accidentally upgraded my account to the Pro Plan today but realized right away that I didn’t need it. I downgraded back to the Free Plan immediately after the payment and haven’t used any of the Pro plan resources. Could someone from the team please assist me with getting a refund of the $25 charge?...

Problem with RLS

I have created a RLS Policy which allows the user to insert data into an table. When trying it over the Supabase JS Client, it always says „new row violates rls policys for table ‚…‘“. But when doing it inside the Supabase Website by impersonating the user everythings works fine.

Different Supabase URL for client side and server side breaks auth

I'm having serious problems trying to run supabase self hosted in docker compose. supabase itself works great but the server side code sets an auth cookie with the wrong name, since its supabase hostname is obviously a service, whereas for client side (testing in Chrome) it is obviously localhost. @supabase/ssr automatically sets a client side cookie called sb-localhost-auth-token but is tying to read a cookie called sb-kong-auth-token on the server side. Is this truly not supported, ie d...

upstream request timeout

I got a notification that i have exceed my Egress Quota, all my request handles are returning upstream request timeout 504. I have remove qouta limit but its still the same.

error 500 trying to create a user

hey, im trying to add an admin user on my site that i built with loveable, ofc i intergrated it with supabase but whenever i try to add/ invite a user i get error of database or 500, also on my site it doesnt seem to work properly 🙁

Estou com dificuldade de fazer login em minhas contas . Não há o que eu faça para conseguir logar.

Não há o que eu faça , o que eu tente , não consigo fazer login nas minhas contas do supabase . Tentei fazer upgrade de contas para obter suporte mas nem assim , afinal como faço upgrade de uma conta sem acesso a comprar esse plano de forma externa antes do login? Se não faço login , fico impedido de dar qualquer outro passo . Já aconteceu com alguém? O que posso fazer para sanar essas situação ?...
No description

Supabase for Backend

Hi everyone, I’m currently considering building a backend with Swift Vapor and using Supabase for storage and authentication. My question is: Can I use Supabase exclusively on the backend for everything, including user creation and JWT refresh? Or do I still need to integrate Supabase directly into the iOS app for authentication tasks like creating users and refreshing JWT tokens?...

ISP is Blocking requests to supabase backend!

Hi guys, Im located in Dubai. The local ISP has introduced new rules aparently, around 2 weeks ago. The frontend cant connect to the backend as the URL supabase.co where the backend is hosted is blocked. My lovable app works and connects to supabase only when I enable VPN via Wifi or Cellular. Which is unacceptable for local users that this app is trageted for. Anyone faced the same issue? ...

When supabase add Paypal integration?

You know, not all country have access to stripe, so why don't you guys add Paypal integration?

Project randomly 503's after removing spending cap

I have a Pro project that had a spending cap of $25 on it. I noticed my app requests were timing out with context exceeded deadlines so I removed the spend cap. After restarting the database I'm still getting 503 Service Unavailable responses about 50% of the time. Is there a way to force refresh my project to abide by the new unlimited spending cap?...

How do I fix the admin access error? I don’t have admin access to my own project.

How do I fix the admin access error? I don’t have admin access to my own project.

Claude Code Subagents for Supabase?

Has anyone created a Claude Code subagent specifically for Supabase/PostgreSQL development? Any community-built or official subagents that have been effective? Would love to hear your experiences! 🙏...
No description