I use the Auth0 form to allow users to sign-up and sign in.
I realized that when a user is already registered, the displayed error is “Something went wrong, please try again later”. Displaying in the error message that the user already exists would be better. Furthermore, retrying later will never unblock the user.
Is there a way to enable useful error messages? I searched without success.