Hi, I tryied to search the documentation + community about that but didnt find something looking like what I want to achieve: I am testing a custom database connexion, and when attempting to log in, I had an error related to my database configuration.
I know that this error is a misconfiguration in my database, and I will fix it, but still, errors like that could happen, and the issue is that, IMO, this kind of error should not be sent back to the end user trying to sign up, also, I’m concerned because this error exposed private variables uncrypted to the user.
Is there a way to avoid this kind of error to be sent back to the end user ?