hey all is anyone getting this error where you can...
# off-topic
d
hey all is anyone getting this error where you can't invite a user from dashboard?
s
This normally happens when a trigger you created on the
auth.users
table fail.
d
I haven't got this error but it might help checking the database logs
d
ohh, yep I have an after insert trigger on
auth.users
, I'll check it, thenks
thanks a lot @User (sorry for tagging) I forgot to return
new
inside the trigger function, it's working now. I now need to make change in my lib.
s
Happy to hear its working now.