Hello, I hope this message finds you well.
So we’re implementing our own custom UI and custom signup. Everything is working as expected, We are able to fill the custom signup form and then call the “/dbconnections/signup” endpoint and get the correct response when the email and username are unique, but when We try to signup again using an email that already exist We get a response with {status:400, statusText: “Bad request”, …}. So our question is if it’s possible to know the exact reason for the failure, for example if the user enters an email that is already used We would like to tell the user that “The email already exists” or if the username is already used “The username is already used”. We already disabled the “Use generic response in public signup api”. Thanks in advance.
PD: Sorry if my English is not the best.