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
Is it possible to just return the errors to the client instead of returning a 500 by default?
I've done an overwrite of the error handler and this gives me the expected behavior:
Is it possible to just return the errors to the client instead of returning a 500 by default?
I've done an overwrite of the error handler and this gives me the expected behavior:
This allows me to have decent validation errors without any additional efforts. Maybe best to implement a different default error handler?
The text was updated successfully, but these errors were encountered: