I am trying to use a trigger to add a row to a use...
# off-topic
i
I am trying to use a trigger to add a row to a user table when an authentication user is added. Now I get this error: Failed to invite user: Database error saving new user Where can I see details about this error? As it is it is impossible to debug...
s
The error is normally in the trigger function, unfortunately I don't think there is a way to get exactly what is causing the error other than taking the code from the trigger function and running it in a SQL editor.
i
Ok, thanks.