Replies: 2 comments 1 reply
|
From this error message is impossible to say where is the error. Have you some error message in postgresql's log? Or you can run some update of I have not supabase, and this is not supabase forum. You can show direct plpgsql error, or I cannot help. |
can you show structure of table auth.users? The error message is clean, there is not column "data" in the table auth.users. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello folks, I try to create the trigger whenever I update the user on auth.users table it updates the user on the public tables based on the role of the user. Below is the code of the trigger:
I know I'm getting the error due to this trigger because everytime I delete this trigger my authentications start works, but when I add this it again arise the below error:
EDIT
I'm trying to update the user using supabase.auth.update_user (python) which takes these parameter:
so can I access my data using
NEW.data or NEW.raw_user_meta_data?Can anyone tell me what is the error in the above trigger?
All reactions