Supabase linked tables – foreign_key_violation
I have created a “Users” table in Supabase public schema that I can use alongside the users table in “auth” schema, in order to capture more information (first name, last name).
Supabase Private Schema – Returned Nulled Error
I’m confused as i cant figure out the settings required for me to insert into private schema from javascript , both my tables in public and private has the same structure and I’m already using service keys but still getting Error upserting into Supabase: {} which from my understanding it’s returning null because my service keys has no permission?
supabase.auth.signInWithOtp() doesn’t resolve
I have a simple magic email link process for new users, that calls supabase.auth.signInWithOtp
. The process works fine (it sends the mail, and generates a magic link)- but this function never seems to resolve – so I can’t get the response or trigger anything to say “Now check your mail!”.
can’t make a insert row when applied to retrieve a RLS in supabase
I’m trying to create a service for clubs that creates gatherings.
Supabase: order parent and child in the same table by using supabase-js
Is there a way to order parent and child in the same table by using supabase-js?
Can supavisor use different database rather than it’s locally installed database
The installation doc mentioned a docker Postgres container to use the supavisor to store it’s tenant data/metadata.
Is it possible to use a local database for storing tenants data instead of docker container?
Anyone have idea on this?
Error: either NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY env variables or supabaseUrl and supabaseKey are required
I updated these two variables in my .example.env file, but still getting this issue.