Supabase

S

Supabase

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

Join

Can't log in to Supabase anymore due to email validation

Hi there, I use Supabase for a variety of client projects. One of my clients' Supabase accounts uses an ampersand in the email address. I haven't logged in for a while, but I can no longer do so due to email validation on the Supabase login form. Apparently, the email address is invalid, even though it isn't, and there is an account that exists. Not really sure what to do here. Either I need the login form to allow an ampersand in the email address validation, or I need to move the account to a new email address. Is there anyone in the Supabase team who can help me?...

How to use .or() filter with joined table columns in Supabase?

Hey everyone! I'm trying to search across both a main table column and a joined table column using .or(), but I keep getting a parse error. What I'm trying to do: Search for jobs by either job title OR company name (from joined table) My code:...

Database configuration

Is there a way to have two databases to store data for live site and for a test site? How does that look in supabase? because right now I just have one. Will I have to duplicate or recreate it? Or is it common to have a column decipher if it is data from the live site or test site. Any thoughts would be appreciated. Thanks!

can you use a RLS policy on the real time messages payload?

I took the RLS policy template that says "Enable users to view their own data only" *create policy "Enable users to view their own data only" on "public"."posts" to authenticated...

Will we pay for download file from storage?

Hi, thanks for the great product. I would like to ask if we have to pay for downloading file from storage? I read https://supabase.com/pricing , but I could not find any information about data transfer. I found information about storage size of itself....

Not able to GET or UPDATE database

Good Day. I am new to supabase. I created an account and currently testing it with a project I am but since last night, I can't get any data from a simple SELECT statement in my application. Is there some kind of block after a period of time I am not being made aware of?

The database project does not open

I get an error when opening the project. The project dashboard does not open. Please help me, because there is important data in the database and I have not had access to it for a long time. A screenshot of the error is attached to the message. Thank you....
No description

🚨 URGENT: Project stuck in "Pausing" state for several hours - Database completely down

Project ID: qaevdkzlpeqeelebqcnz Project URL: https://qaevdkzlpeqeelebqcnz.supabase.co Issue: - Clicked "Pause project" several hours ago...

can I use the email hook for any kind of email?

I am looking to create transactional emails, such as new account or paid account. Can I use the email hook for this?

getClaims and token refresh

I was wondering if getClaims refresh the access token if it is about to expire? I've read that in the doc but was not so sure, should I use getUser in the backend to make sure the user does exist in my database at the place of getClaims? The middleware for next js does getUser, which is not that great since it makes thing slow, i should just verify getSession, but how will the refresh token but updated, etc?...

PostgREST and Auth services stuck in "Unhealthy" state after project restart for 30+ minutes. Datab

during this issue: Upstream provider issue affecting repo sync in US-EAST-1 (N. Virginia) I never got a healthy status. Any ideas? #troubleshooting...

Safely upgrade supabase compute

Hey! I’m using Supabase in a production environment with the team plan, and I’m currently experiencing downtime due to high CPU usage. I’m on the t4g.micro machine type and it looks like I need to upgrade the compute instance. Could you please let me know how to do that, and whether it’s safe? will all my data remain intact after the upgrade, and what’s the expected downtime? ...

Can't add to storage bucket from studio (self-hosted Supabase docker)

I am currently trying to deploy Supabase to a VPS, but I can't get Supabase storage to work properly. Following these instructions up to Accessing Supabase Studio, I am able to create a storage bucket, but I am unable to put anything in it. The request to upload files comes back with Invalid compact JWS, am I missing any setup steps? Is it that I'm accessing Supabase over WireGuard? (this also happens on just localhost). This is what the error looks like ```json { "statusCode": "403", "code": "AccessDenied",...

smtp email server help.

Hello I am Michael Rutter. I am the Founder of aimusicradio.io and I really need some help. Growing fast. can someone help me with the alerts I am getting about my smtp email server. People are trying to sign up and i do not know what to do.

Postgres db update

I upgraded my postgres to 17 and after the upgrade all the relations aren’t working anymore… someone knows what can I do in order to return them and not manually adding them again?

Sub user

Is it possible in Supabase to have subusers who are full users themselves, with their own authentication and access, but still linked to a main parent account? For example on a mmorpg where i have account (user) and each character a subuser (for better integration with all supabase features)...

I’m experiencing severe performance issues with our Supabase instance every evening Location MUC

I’m experiencing severe performance issues with our Supabase instance every evening, typically between 8 PM and midnight (CET). During these hours, database access becomes extremely slow, to the point that our production projects can no longer operate reliably. I have already upgraded to the Pro Plan, but this has not improved the situation at all. The issue does not occur during the day — only in the evening and sometimes late into the night. ...

Something went wrong while restoring your project. Your project’s data is intact, but your project

Hi everyone, I'm having a serious issue with my project. I tried to restore it, but I got this error message: ...
No description

Unable to turn on Custom SMTP

Hey ! I've lookes around and it doesn't look like Custom SMTP is a paid feature (unless I missed it) yet when I enable it, enter my credentials and save, I get a success message and as soon as I reload the page, it's turned off and my settings are gone. Is this a known issue ?...

How does Update work?! C# SDK

Using: C# SDK.. I am trying to understand or find a way, but can´t find any docs on it. If I am doing this:...