from the dashboard, when I try to create a new user, I get an error message; Please find below the sreenshot for the error. My browser debugger show no further details.
Hmm interesting it’s 400 which indicates that the server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing etc.)
To confirm, does your password include small, capital letters, numbers, special characters?
To make things less prone to possible errors, I reduced security constraints on password policies for my DB connection (I use Auth0 db, not my own db).