Unable to Create New User

So I've been trying to fix this issue for a while. I used to be able to create users but suddenly it stopped working giving me this message "Database error creating new user". When I try to open the https://[my-project-id].supabase.co/auth/v1/signup. It gives me this:
{"message":"No API key found in request","hint":"No `apikey` request header or url param was found."}
{"message":"No API key found in request","hint":"No `apikey` request header or url param was found."}
I'd really appreciate if anyone could help. Thank you in advance.
No description
2 Replies
garyaustin
garyaustin2y ago
GitHub
Database error saving new user · supabase · Discussion #13043
You generally get this error when trying to invite a new user from the dashboard or when trying to insert a user into a table using the table editor in the Supabase dashboard. This error is normall...
Crunch_
Crunch_OP2y ago
Thanks! It seemed like I had a problem with a trigger

Did you find this page helpful?