Supabase

S

Supabase

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

Join

Conflicting info about continuous aggregates with timescaledb

Are we able to use this feature or not? I saw posts saying we couldn't because of a licensing issue? Are there any alternatives?

supabase bolt netlify

Can anyone help me with my supabase. I cant seem to let users sign in it just goes back to the homescreen. Im going in circles at this point.

How to authenticate Supabase user inside iframe on a different origin (cross-tab session sharing)

Hi, I want to automatically authenticate the Supabase user inside the iframe, based on the session from the main app.

Invalid access token format. Must be like `sbp_0102

I'm using supabase CLI v 2.33.7 and cant migrate any changes to supabase anymore getting "Invalid access token format. Must be like sbp_0102...1920." from every angle... how can we use supabase CLI now the service role keys start with eyJ??

cron.job_run_details

I see some stats on these in reports > database, they seem to be the stored historical info about cron jobs that have run but where are they kept and how often are they "clearned out" or are they not "cleared out"?

whats happened to Cron editing?

what has happening to the cron editing, you can no longer up date a cron job, with this new "layout", you can gte to the cron edit page, but it wont allow a simple update such as */30 to */15, as wehn you try to save it , it says " A cron job with this name already exists". This used to work find , now it doesnt with this new "layout/ design"

TUS resumable to Storage - strange 404 (works with local supabase) - bucket definitely exists

Hello - I am getting an unexpected 404 using code that was tested with a local supabase setup. I can confirm that the bucket exists. I attached the request log from Supabase storage logs. For the storage policies, they are quite simple for the test, and match the local setup:...

How to solve long latency with Edge Functions?

I'm making an MMO right now that heavily relies on Edge functions for game logic. Currently my edge functions take ~400-600ms to run even though it's a very small function, and I also see that the edge function keeps shutting down and booting up. I can't afford to have this latency in production, and was wondering which would be the better solution for me: To upgrade to pro(if that even solves any of the latency issues) or to self host? I'm not sure if self-hosted supabase has this edge function problem of shutting down/booting up, ideally the edge function server would be online 24/7. I'm also not sure how I would go about replication in future when the time comes to launch my game....

Supabase on DigitalOcean

Hi, I don't get to set up supabase on DO. Every time the CPU spikes to 100% although 2 CPU with 4GB is used. Anyone can help?

Sydney server incident wipes several tables in prod and backup is daily.

Lots of unhappy users. Emailed support 1-2 day response reply. Some tables ok, but several high volume tables have been cleared. Do I wait to restore, hoping the data will return or what? First time experience with something like this. Checked logs, no deletion events associated. Happened when this happened: Aug 1, 2025 Problem with connection pools in ap-southeast-2 Resolved - This incident has been resolved. Aug 1, 02:43 UTC Monitoring - We have restarted the affected nodes and will continue monitoring. Postgres clients should reconnect automatically....

Issue with email confirmations on sign up

So I am trying to sign up new users but the confirmation email isn't sending (and it's immediately logging in the user). So far I've tried: 1. toggling email confirmation (seems to have no effect) 2. Switching from custom resend smtp service to default smtp settings 3. With and without additional options data...

Malformed Migration File

I have a malformed Migration (initial migration to Supabase, generated by Bolt five months ago), that is preventing the ability to create branches. It is an easy fix to clean up the file, but it is read only How can this be edited?...

Virus Scan on Edge Functions

I have an edge function that receives a multi form data that can contains files. I read that Supabase Storage does not an analysis on file content so I'll need to do a virus check manually. I wanted to use Clamscan but I dont know how to integrate that with supabase, any suggestions?...

Can't Generate TypeScript Type with New API Keys

Hello, when I try to generate TypeScript types using the CLI (npx supabase gen types typescript --project-id "PROJECT_ID" --schema public > src/types/database.types.ts) or in the API Docs > Instruction > Generate and download types it throws the following error: ```bash failed to retrieve generated types: {"message":"{"message":"Legacy API keys are disabled","hint":"Your legacy API keys (anon, service_role) were disabled on 2025-07-31T14:41:06.927252+00:00. Re-enable them in the Supabase dashboard, or use the new publishable and secret API keys."}"}
Try rerunning the command with --debug to troubleshoot the error....

📧🔥 Help Needed: Supabase project not using custom templates

Hello, I have a FREE Supabase account with two projects. Both projects have their own custom email templates for every type (Confirm signup, Invite user, Magic Link, Change Email Address, Reset Password, Reauthentication). The templates have been saved for a month, and their HTML code is nearly identical (only the content and styles differ). Both projects have their own functioning SMTP, and all other settings are exactly the same. ✅ One project sends emails correctly using its custom templates. The second project, however, sends the default Supabase emails, as if its personalized templates don't exist....
No description

moving minimal chat app to supabase

Hi, I'm porting my minimal self hosted express chat application to supabase and I'm facing a lot of confusion. I understand that the client receives an anonymous key, authorizes and receives a JWT using the anonymous authentication key. Then it can listen to "INSERT" events in the postgressql database and it can "INSERT" too. But I don't want the key to insert whatever; it has to be done using its own username (not spoofing someone elses) and I might not want it to receive all the "INSERT" events that happen on the database. On my selfhosted express app, this was simple enough because the server handled WebSocket events. For some context, here is ALL my server code, attached to this post....

Migration File Clean Up on Remote

I started with a remote version and want to start doing local development. I used the MCP to help make edits and I have lots of migration files that have been applied. I can't connect to local cause there are migration issues. Is there a recommended way to clean up my migration history so i can just start with what my remote project currently has?...

environment on supabase.

I have a project on supabase with edge functions, but i need separete database this project. I need this edge functions connect differents databases. Is this possible?

Custom Access Tokens for MCP

we are thinking of building a agent that searches through our BD through the supabase mcp to do data analysis for our customers. Since its customer facing we want to enable RLS or read controls on what data it can read. I noticed that supabase does not offer custom access token or restricing view prevaliages right now. jsut dowong if this is in the works or any workarounds we can do? Thank you!!!...

Supabase sending email confirmation with Confirm Email option set to off

Supabase sending email confirmation with Confirm Email option set to off