Supabase

S

Supabase

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

Join

Atomic triggers on storage

Hey I was wondering if triggers on storage objects are atomic. So let's say I have a trigger that creates a row in the files table when someone uploads a file. But inserting the trigger raises an exception. Will this result in a error for the upload and delete the uploaded file so there are no ghost files?

Should I continue using Supabase?

Hi! We launched a project last week and we already reached the limit of the pro plan. A bit of context: I created a mobile app where we collect photos! (a lot!)....

Database connections

I dont see graph for my db connections graph under Reports>Databse even though doc mentions it https://supabase.com/docs/guides/telemetry/reports#database

Supabase sends OTP and Magic Links at the same time!

Supabase sends OTP and Magic Links at the same time, when i try to sign in using signInWithOtp(), sometimes it sends me an otp code, and sometimes it sends magic links, how can i force it to only send otp codes?

Unable to find branch "staging" in <repo>

Hey, Im getting this message Unable to find branch "staging" in <repo> when trying to create a branch but the branch does exists in the github repo

supabase backend

Please can some one help, i'm new in supabase and i don't know to create a backend for my website.

Hello guys, I would appreciate a lot if somebody could give me 1 minute of advice please.

I am new into web development and I am really struggling to understand how to make the next function: - I created an agent in AgentKit, with internal memory, but sometimes that agent might need user personal data from Supabase, and I can't understand how to make this possible, so the agent has access to that particular app user This context might not be complete but I am new and I am trying to figure things out, if somebody could give me some tips I would appreciate a lot....

Struggling with supabase auth authentication loop.

Iโ€™ve been stuck on this problem for months now. Iโ€™ve found a workaround by managing authentication with manual auth cookie which is not secure. When user tries to login it gets stuck on authentication loop. Someone help me itโ€™s annoying and the project is too big to start over. Iโ€™m using supabase/ssr.....

Do HTTP requests (fetch calls) count toward the 2s CPU time limit in Edge Functions?

My function is hitting CPU time limits but mostly just makes external API calls (OpenAI, etc). The docs say CPU time "does not include async I/O" but I want to confirm: does waiting for fetch() responses count as CPU time or not?

Struggling to configure local environment from remote database that was managed through website

I have recently been added to a project to help configure Prod/Staging/Dev envirionments. The project has been majorly managed by vibe-coding manual SQL mgirations into the web SQL editor, and therefore the migration files are lost. Production works. To create staging I created a new Supabase project and dumped the schemas/roles/data using database connection and migration scripting for PostgreSQL....

Database schema doesnt create for branches.

I just created a branch on my supabase project but noticed that none of the tables from the main branch carried over. Is this the expected behavior?
No description

HELP ME PLEASE, FIX BACKUP

Hello, I need help. A few days ago, my project was put on hold. I upgraded to Pro to recover it, but the recovery failed, and I couldnโ€™t create a backup due to an error. Iโ€™ve been seeing this message for several days: Failed to retrieve scheduled backups Error: Failed to check for major version of database. Database appears to be unreachable: FATAL: 57P03: the database system is not accepting connections DETAIL: Hot standby mode is disabled. ...

Supabase gen types cannot read properties of undefined

What in the world would cause an error like this:
failed to retrieve generated types: {"message":"Cannot read properties of undefined (reading 'startsWith')","errorEventId":"2894dcfce0a045b5a0ad0935c543e9f8"}
Try rerunning the command with --debug to troubleshoot the error.
failed to retrieve generated types: {"message":"Cannot read properties of undefined (reading 'startsWith')","errorEventId":"2894dcfce0a045b5a0ad0935c543e9f8"}
Try rerunning the command with --debug to troubleshoot the error.
...

Any production ready setup in self hosted ? K3s, Backup ?

Right now, Iโ€™m hosting my Supabase instance on a VPS with a simple Docker Compose setup. But hereโ€™s the thing: my app is starting to get new users, and I want a rock-solid setup. If my VPS is deleted, itโ€™s over. I also want to use K3s to have replication (Postgres), redundancy, and Traefik (for routing) โ€” deploy everything via command line. I know the supabase-kubernetes project, but it isnโ€™t maintained, and I need some advice from experienced devs about it. Thx !...

Gothub account suspension affecting access to my Supabase account

My GitHub account was suspended and it has made it impossible for me to access my Supabase account. How do I access my Supabase account without using GitHub??...

trouble starting supabase

i seem to have trouble starting the docker container every time i restart my computer ```
vite-react-template-skeddles@0.0.0 supabase-start npx supabase start...

Logs & Analytics in self hosted ?

I was wondering why in Supabase self hosted, Logs & Analytics section is empty (for every tabs) ? I mean, logs are stored in volumes (and are pretty huge), but why I can't access them ? Thx for help !...

Unexpected โ€œRestoration in Progressโ€ stuck for hours on my project

I logged into my projectโ€™s database dashboard today and noticed that it shows the message: โ€œRestoration in progress โ€” Restoration can take from a few minutes up to several hoursโ€ฆโ€ However, I did not initiate any restoration process myself, and it has now been stuck like this for more than 3 hours. During this time, Iโ€™m completely unable to access my database or any of my data....
No description