Keep getting the {message: `Database error saving ...
# help
f
Keep getting the {message:
Database error saving new user
, status:
500
}. (From trigger function when user signing up) I'm having trouble saving a boolean field into
users
table. If it was only two columns
full_name
,
address
it works, and the error just disappeared. Any ideas how to fix this ?
j
Did you find a solution. I'm having the same issue when trying to insert a boolean value in a function to create a profile after a user is created.
2 Views