We’ve been successfully using a custom DB connection for a few years now, and recently (past couple weeks) we noticed that invalid login credentials results in an <UNKNOWN_ERROR> being generated by auth0. This was strange, since we had not updated that function in that timeframe.
I am having the same issue.
Trying to display an error message edited in Universal Login when a user enters an invalid password. For example, " Wrong email or password ".
This is my login function : callback(new WrongUsernameOrPasswordError(email, null));
As adding message solves the problem, it is not valid solution for multilanguage environment, as there is no way to get any language information in script:
a) no request accepted language
b) no client info, so no supported languages
c) as user not found, so no user language
I had to face this issue too. I don’t get why they did this change without any notice. Basically broke many client’s products and let us figure out what to do. That’s not fair at all.