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. |
Beta Was this translation helpful? Give feedback.
-
can you show structure of table auth.users? The error message is clean, there is not column "data" in the table auth.users. |
Beta Was this translation helpful? Give feedback.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions