Relative Content

Tag Archive for supabase

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!”.