I cannot create a new User in Authentication
Is there any conflict with supabase auth? How can I reach out to the official support?

2 Replies
This is almost always you have an auth.users trigger and the function is getting an error because it is incorrect.
Check your postgres logs and see if there is an error.
Will do! Thank you.