Supabase Auth 500 Error: Database error saving new user

Hi everyone, Supabase auth was working fine for new sign ups ~3 days ago but I suddenly started to receive 500 errors w/ the following log output.

image

Asked on the Supabase side and I didn’t get much help from them. Has anyone run into this issue before?

I’d suggest checking your supabase plugin settings.

Do you mean deleting the plugin and reconnecting on the weweb side?

I continue to run into the same issue after re-authorizing the plugin. The only thing I would mention is I have no role table or user role table initialized, though I doubt that’s the issue? Is there an issue w/ the Supabase sign up workflow component itself?

I had the same issue, after I added an additional user field when the user signs up. For me, the problem was that I added a function and trigger to provide the user details in a public table and I made an error in the function. Maybe that’s something to check in your case?

@julian did you handle this issue ? I’m exactly in the same position as the one you are describing, and can’t find a way out !

Does this thread resolve your issue? Dashboard errors when managing users · supabase · Discussion #21247 · GitHub

Thanks for sharing, I already founded the solution (error in my function) but thanks anyway

1 Like