You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To Reproduce
For instance, I had forgottoen to import crypto in the hashPassword function of the user model.
The user creation callback was failing, but silently :(
Expected behavior
Fail explicitely, except if the callback is specifically marked as failing silently. More broadly, handle server-error correctly => they should return a 500 but should not fail the whole server.
The text was updated successfully, but these errors were encountered:
Describe the bug
Callback behaviour is not predictible enough.
To Reproduce
For instance, I had forgottoen to import
crypto
in the hashPassword function of the user model.The user creation callback was failing, but silently :(
Expected behavior
Fail explicitely, except if the callback is specifically marked as failing silently. More broadly, handle server-error correctly => they should return a 500 but should not fail the whole server.
The text was updated successfully, but these errors were encountered: