We tried to make this call: https://cmq-dev.auth0.com/dbconnections/signup
We get an error 400 with the follow msg: error: "Missing required property: connection"
Here the parameters:
"email":"ababa@test.ca",
"password":"asdeqwhjgadsjfklh323",
"connection":"Username-Password-Authentication","responseType":"token"}```
This problem started yesterday. We have been using this call more the 2 years.
Was this ever solved? We are having the same situation. No code changes, but all of a sudden we are getting “error”: “Missing required property: connection” when we try to create an account.
Cool, thank you. My signup form was working before but all of the sudden started getting the error above. Now I’m receiving a XMLHTTPREquest CORS error, followed by an error message:
“Request has been terminated
Possible causes: the network is offline, Origin is not allowed by Access-Control-Allow-Origin, the page is being unloaded, etc.”
Though when I use the Lock signup, everything works so I don’t believe it’s an issue with my settings.