Add user with metadata to public users using functions
I use supabase functions and triggers to copy users to a public table. The function works fine until i try to add the metadata columns. Snippet shown below. Why would that be?
The code I use to sign up the user works just fine:
The error that gets thrown looks like this:
And I'm sure this isn't an RLS problem
The code I use to sign up the user works just fine:
The error that gets thrown looks like this:
And I'm sure this isn't an RLS problem