I am implementing a serverless stack application with API and react frontend. I have been able to get login to work with a pre-existing user, however the “sign up” results in an 400 error returned from the POST to https://.us.auth0.com/dbconnections/signup. The body of the response mentions “InternalExtensibilityError”
I had suspected that the issue was the authorization extension so I disabled all of the rules I had enabled. I still get the same error.
How can I continue to debug this issue, where can I find logs to follow this issue to a solution?