Supabase

S

Supabase

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

Join

Supabase DASHBOARD and api.supabase.com OUTAGE mainly for North America (AWS)

Is there anyway that we can fix this? it was working fine I got messages from my client saying that it is not working
No description

PGRST301 - Docker Compose

Hey I need help. I want to take a closer look at Supabase and have started it via Docker Compose Supabase. https://github.com/supabase/supabase/blob/master/docker/docker-compose.yml...

Authorization headers in Database Webhooks

I have a database webhook used to send emails on database changes. Locally I was able to add the correct authorisation header but in my staging and production projects whenever I add the authorization header it gets immediately removed on save or edit of the hook. I have seen some talk about this online but has anyone found a solution?

Hackathon prize

Hi, I won one of the prizes at the supabase select hackathon. My team had two members and there was one prize. A supabase community member (lady with blonde hair) took my address and said they’d be sending a prize to me. I didn’t take down her name or email but was wondering if you knew of someone on the supabase community team I could contact to follow up. Thanks...

FATAL: 28P01: password authentication failed for user "postgres"

im using supabase cli locally, but i want to change the database password, and i changed but now the supabase studio is not working as its using the old password, how can i update the password in supabase studio ? for context i used supabase cli to create the supabase project with "supabase start" and changed password with this command: alter user anon with password '${new_passwd}'; alter user authenticated with password '${new_passwd}';...
No description

Is there any api call limit in the free plan of supabase? Bcz they mentioned unlimited call

Is there any api call limit in the free plan of supabase? Bcz they mentioned unlimited api call on free plan

Custom Domain Verification Still Failing

I’ve been trying to verify my custom domain for Supabase Auth for more than 15 hours now and it’s still not working. I’ve confirmed that the TXT record resolves correctly from multiple resolvers (1.1.1.1 and 8.8.8.8), but the Supabase dashboard still says: Unable to verify records from DNS provider yet....
No description

What are the table and row limits on the Supabase Free Plan?

I have a question about the limitations of the Supabase free plan. I don't plan on using Supabase Storage for any file uploads at all. My only intention is to use the database for creating tables and saving data records into them. I would like to know what the specific limits are: -Is there a maximum number of tables I can create?...

Project stuck in restart

As the title says, a pro project is stuck in restart.. any idea how to get this resolved? Support ticket has been opened but its affecting our production

Error on deploying edge function:

Getting internal server error on edge functiond deployment
No description

Dashboard Access Blocked - 404 NOT_FOUND Error on All Pages

I'm having an issue accessing the Supabase dashboard and hoping someone can help or point me in the right direction. Problem: Getting 404 NOT_FOUND errors on ALL Supabase dashboard pages - can't access anything through the web interface. Details: Error on main dashboard: https://supabase.com/dashboard...
No description

Project not found?

I just opened my dashboard and immediately got this error. At first I thought there is an error on one of the accounts i have but i get the same error for all accounts. When I click the docs button it takes me to Vercel.com and the page is empty....
No description

404 on Supabase dashboard

Hello, this is my "https://supabase.com/dashboard/projects" page. Im using supabase via vercel. What to do now?
No description

Supabase postgres memory management question

I have a specific question about how you manage postgres connexions and out of memory. If one connection eats too much memory, more than provisioned, how does supabase reacts ? 1. Does it kill postgres postmaster processes and postgres need restart 2. It kills the process related to the connexion only, so the request fails but postgres does not need a restart 3. Other ?...

[SB Pro] Mistaken Disk I/O Budget Warning Email?

We received this warning email an hour ago but our (pro) project's disk usage looks quite low- is this mistaken?
No description

Will I lose data if my Supabase free project is paused for inactivity?

I have a question about the Supabase free plan. I know that if a project is inactive for over a week, it gets paused. To use it again, I would need to restore it. My question is: after restoring the project, will all of my tables and the data I previously added to them still be there, completely intact?...

Where to store assets?

I am building a webapp where some assets like logos, hero section graphics,etc totalling 12.6 mb are there and storing them in nextjs public folder would not be feasible, should I store them in supabase storage or use some other cdn or Cloudinary?which is a better option here?

URGENT: Accidentally deleted all rows from a table

I’m a long-time Supabase user (around 2 years) and have been using the platform for my personal project where I store important personal data such as transactions, events, and documents. Unfortunately, I recently executed a query in production that accidentally deleted all rows from one of my tables, instead of just the intended few. I’m deeply worried as this data is very important to me and I don’t have any recent backups. I understand that data recovery is typically a Pro plan feature, but as a student, I currently can’t afford to upgrade....