Auth0-js signup api call is giving 404

I’m using the simple auth0-js library to signup a user and after sending in the domain, client id, connection, email, password, and redirectUri - I am getting a 404 for POST on https://mydomain.us.auth0.com/dbconnections/signup with NotFoundError error. Any ideas why this is happening?

Hey there @auth0user welcome to the community!

In my experience this happens when either the connection name is misspelled, OR (and probably the most common) you’re passing the connection id rather than the name as the param.

Keep us posted!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.