"Error 500: Database Error During User Signup in Supabase Authentication" #32545
-
Hello Supabase Support Team, I’ve been encountering a persistent issue with my Supabase project for the past five days. Whenever a user tries to sign up via the /auth/v1/signup endpoint, the server returns a 500 error with the following details: Error Type: HTTP Server Error My Supabase authentication settings, including the redirect URL, are correctly configured. Thank you for your assistance. Let me know if you need any additional details or logs. Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Please check the auth logs and the Postgres logs in the dashboard for the exact database error. This is almost always you have a trigger function on auth.users that is failing. |
Beta Was this translation helpful? Give feedback.
-
Hi there @GaryAustin1, I am having the same issue, this is the auth log (I have a feeling it is policy issues as I was trying to define a couple of role owner, staff and probably it's missing something) : My payload is: Verify Enum Values are there for the user table Thanks a mill, I've been cracking my head around to find this issue. Rm |
Beta Was this translation helpful? Give feedback.
Please check the auth logs and the Postgres logs in the dashboard for the exact database error.
This is almost always you have a trigger function on auth.users that is failing.