Supabase

S

Supabase

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

Join

[SOLVED] Need help with RLS/SQL

I have 4 tables: - userprofile - blog (part of a user) - posts (part of a blog) - likes (part of a post)...

Title: Dev/Prod environment setup - separate projects vs branching?

Hi! I'm setting up a new project and need advice on environment management. Should I: Option A: Create 2 separate Supabase projects (one for dev, one for prod) and use environment variables to switch between them? Option B: Use Supabase branching feature within a single project? What's the recommended approach for managing dev/prod environments? Are there any gotchas I should be aware of?...

Integration Tests

How is the setup of integration tests of you who use Supabase Auth? I’m having a lot of trouble setting up my environment for integration testing with supabase CLI someone help me please

[SOLVED] supabase init, which files should be created?

hi, i just created a new project with supabase init and noticed only two files are bring created: .temp/cli-latest and config.toml is this normal? i'm still trying to find the reason why i can't start supabase, it crashes with "(DBConnection.ConnectionError) connection not available and request was dropped from queue after 14979ms" . it seems like realtime can't connect to the postgres db. tnx....

Edge Function + Google Cloud Integration Issues

Hey everyone 👋 I’m building a SaaS for PDF document processing — files are uploaded to Supabase Storage, processed via Google Cloud Vision + Vertex AI (GCP), and structured into Supabase tables. Running locally in Cursor on localhost. ⚙️ Setup Function: process-document...

UTF-8 support for Storage

Using the javascript API: const filePath = myBucket/${myString}/${mystring+'.blob'}; If myString is "Sønderjyske", it fails: Invalid key: myBucket/Sønderjyske /Sønderjyske.blob ...

Latency issues - aws-0-us-west-1.pooler.supabase.com

Oct 22 2025 I noticed extremely high lambda durations from 15:45 - 20:45 EST during peak hours. Now that traffic is picking up again I'm noticing high durations again. No code or infrastructure changes over the last 6 months....

Auth Service Non-Functional After Project Restoration

Issue Summary: My project was paused and I restored it. Since restoration, all authentication functionality is completely broken: 1. Client-Side Authentication Failure: - All authentication requests from my React application fail with "Failed to fetch" error...
No description

CORS + Auth Header Error: Supabase Edge Function from Lovable Frontend

Hey everyone, I'm connecting my Supabase Edge Function to Lovable (a no-code frontend). The function returns 200 OK inside Supabase, but my frontend hits CORS preflight errors (400/500) and shows "Missing authorization header" inside the console. It looks like my CORS or authentication configuration might not be handling the Lovable domain correctly. What's the best way to validate or adjust that setup so my frontend can fetch data from the question table? Looking for guidance on validating CORS configuration and auth headers so Lovable can fetch from 'public.questions'....

Supabase Github Integration goofing around

I created a branch and a PR about 45 minutes ago. The GitHub CI/CD integration with SupeaBase is just not finishing. It's hung on migrations . Anyone else having trouble with the CI/CD?...
No description

Customizing auth email language by sending emails from my own backend

Is it possible to handle the sending of authentication emails (Confirm signup, Invite user, Magic Link, Change email, Reset password, Reauthentication) from my own backend instead of Supabase, so I can customize the email language based on the user's locale?

How to Enable Direct Supabase Schema Editing (No Migration Files) Across IDEs (Bolt, Windsurf, Curso

Hi Supabase community, We’re using Supabase as the backend for an Expo app, and we’re designing a workflow that starts in Bolt but expands across multiple IDEs and AI-assisted environments — including Windsurf, Cursor, Claude, and Codex — all connected to the same Supabase project. Here’s our situation and what we’d like clarification on: 1. Starting point and workflow...

aws-1-us-east-2 shared pooler timing out

- We run a Spring Boot service on Fly.io (region sea) using Supabase’s FREE plan shared Supavisor pooler (db.ProjectID.supabase.co, project region aws-1-us-east-2). - Starting ~2025-10-22 03:05 UTC our Fly machine can’t complete a TCP handshake to port 5432 on that host. nc -vz db.cdkgg... 5432 from the machine hangs and throws connect to ... port 5432 (tcp) failed: Connection timed out, and traceroute6 stops right after Fly’s first hop. - Nothing changed app-side; secrets are correct. Our beta project (different Supabase host, same Fly region) still connects instantly, so the issue seems isolated to this prod project’s IPv6 route/Supavisor instance....

Getting an Error Create a new Database

Just subscribed to Pro, I already have 2 free databases, I need to create a new one. But I am having an issue creating. Mine is managed in Vercel....
No description

Realtime error

Cant connect to realtime using c# Do i need any configuration? ```cs // Initialize the Supabase client...

Custom metadata on storage.objects not saving

I am uploading files to storage using Tus (via tus-js-client, because I need to track progress) and am adding custom metadata to the uploads. I am then trying to use that metadata in triggers on the insert into storage.objects - but the metadata isn't anywhere I can find. Am I missing it, or is there a function that needs to be called? There is a user_metadata field that is always empty, and the actual metadata column only contains the metadata used for storage itself.

DATA ENCRYPTION

Hi, I wonder if Supabase provide data encryption itself? Like if I want to encrypt a certain column does Supabase have ability to do that? I saw something related to it about Transparent Column Encryption and Supabase Vault. But I'm not sure and can't really find them on Supabase frontend....

Supabase/Cloudflare blocking SSR functionality

Production user unable to register account via invite page in SSR, not sure what caused it, but when I test it locally, there's no issue Production are deployed to Cloudflare Workers error stack:...

Can i dispute grace period ?

HI, after a wrongful planning done by our team in our production code we sky rocketed in the use of cached egress and then it was to late to reset so is there a way to extend the grace period or get support on that please ?...
No description

Can Supabase tolerates security test, in the aspect of load and Terms of Use ?

Is it possible to call Supabase REST API for security testing ? Target is edge function. Also, databse and strage, is possible. I would like to security test of Supabase application using HCL AppScan https://www.hcl-software.com/appscan/home. AppScan calls REST API, with strange URL and strange/long HTTP heder, POST/PUT body, etc. e.g. GET /../../../../../../../etc/password...