Supabase

S

Supabase

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

Join

Realtime not working in Node SSR

Hello! I'm struggling a lot to implement a feature in my Express app that needs Realtime capabilities, can someone help me out? 😓 My idea is to use realtime channels to listen and forward events from an "ambulance" table for users that connect to a "watch" route. To accomplish that, I'm using the @supabase/ssr package. I've verified that Realtime is active in my "ambulance" table and the user I'm using to test is allowed by the RLS rules, as I've tested by fetching ambulances while connected as they....

is aws-1-us-east-2 pooler healthy?

we're a platform that builds for supabase dbs. I know us-east-1 had a massive outage yesterday. but we're observing timeouts when trying to talk to dbs that are on aws-1-us-east-2 via the pooler. is this pooler having issues atm? not seeing any mention of it on status.supabase.com and it hasn't gotten better since yesterday....

Storage - dashboard upload

Hi when i try to upload using dashboard to my subabase storage, it throws fail what i am missing?? not running behind reverse proxy...
No description

Supabase bucket

If I delete somehow my bucket. What will happen? Can I restore any how?

RLS not working when connecting using Database connection string with Drizzle ORM

I have this connection.ts ``` const connectionString = serverEnv.SUPABASE_DATABASE_URL; const pool = postgres(connectionString, { max: 1 });...

CLI supabase start doesn't start anymore

hello, i worked on a local project. suddenly i couldnt start up anymore. tried for two days now to find the reason but no success. ...

Too many requests under Policies

In the web UI when entering database -> policies it seems like you're doing 1 request per table, and since we have like 300 tables, you throws 100-200 "429 Too Many Requests" and our entire UI gets rate limited. For example we cannot list "Target Roles"....
No description

How to mount a cert file into edge_functions container?

I am using CLI supabase locally to start a database on a corporate laptop with Win 11 and Zscaler. Zscaler overrides certificates and causes the edge function container to stop on supabase start command because Deno cannot import TypeScipt libraries (unknown issuer error). I want to move the Zscaler cert file to the container and define the DENO_CERT environment variable to point to thath file but I do not know how to do it through supabase configuration in my project.

Production database stuck after AWS us-east-1 outage - Need help

roject ID: cffllblnrjbjaltgtoqfRegion: us-east-1 (Free tier) Problem: My production database got stuck during yesterday's AWS outage and hasn't recovered even though the outage is resolved. All connection attempts fail with: ...

Supabase Auth /auth/v1/signup returns 401 “Invalid API key” despite correct project URL and key

Are there known cases where a dashboard-shown legacy anon (JWT) or the new publishable key is rejected by the API Gateway with “Invalid API key” for Auth, even though project URL and origin are correct? Any guidance on resolving the “Invalid API key” for Auth with a valid client key would be appreciated. Environment Library: @supabase/supabase-js v2.76.0...

{"message":"No API key found in request","hint":"No `apikey` request header or url param was found."

Hi I want to insert a new record using const { data: userInsertDataLogin3, error: userInsertErrorLogin3 } = await supabase .from('gregoro_wallet_security_questions') .insert({ }) but always get response error {"message":"No API key found in request","hint":"No apikey request header or url param was found."...

vanity domain returns project not found

I've setup a custom domain api.foo.com and when I send a call I get Project not specified, but when I use the supabase url everything is successful.

Project stuck in pause mode

Hi All, My project is stuck in pause mode since about 18 hours ago. No action from support yet and I see that all problems were resolve regarding the outage, so that is not part of the issue.

Lovable/Supabase integration (Oauth issue)

Hello everyone, I created a project that needs to authenticate with social media platforms. I built these in Supabase and have them enabled, but I am not seeing an option to have them toggled on in lovable. Here is the message I get from Lovable:...
No description

Unable to check out process from the pool due to timeout.

Since yesterday my nodejs with drizzle app is throwing the following error when it tries to query supabase Unable to check out process from the pool due to timeout. We are using transaction pooled since the beginning "....supabase.co:6543/postgres" in our connection string and we were not having any issues until yesterday. Anyone facing similar issues?...

Google docs

Hi, I would like to have a lof off google docs in Supabase and would like to make them searchable. So I want to search INSIDE the google docs. Is that even possible? And so, how? Ps. I am a newbie...

Project comming up since a week now

I was 7 days away from working on my project and when I tried reactivating it one week ago it never finished starting. On day two I created a ticket and still haven't recieved an answer. It would be great if we'd have the option to kill it and restart....

Slow query: SELECT name FROM pg_timezone_names

This has consistently been my slowest query from day zero in development. I'm gradually preparing to switch to production, and I'm wondering if I should take care of this, and how. My game app uses a fixed time zone (Europe/Rome) and it has to use it because some aspects of the game depend strongly on it (daily challenges, and the definition of daily has to follow the date change in Italy). So, I cannot get rid of the timezone, but perhaps I could avoid causing the engine to query for it. Just to clarify: I don't launch that query directly, I guess it's implied by the way my tables and functions work. Thank you in advance for any hint or help....
No description

Supabase Github Integration issue (branch does not exist)

I am trying to re-enable my supabase github integration, but I am getting error that my main branch does not exist. I have authenticated supabase github app to my organisation and given it permissions to the selected(censored) repo. The setup was previously working. For testing purposes, I uninstalled the supabase github app and now I am trying to connect it again...
No description

Edge functions issue

I’m having an issue with accessing edge functions. What might be the problem?
No description