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
Of course this is clearly a mistake by the user/client, but this shouldn't result in a 500 error and also not in log messages at ERROR level. The response to the client is Uncaught internal server error, which doesn't help the client.
Proposed Behavior
validate input fields like uuid for having the correct format
supply validation errors (4xx) to the client in case of errors
ideally log some info about what is wrong (without exposing too much internal/sensitive details)
Current Behavior
My log is full of these logs:
Of course this is clearly a mistake by the user/client, but this shouldn't result in a 500 error and also not in log messages at ERROR level. The response to the client is
Uncaught internal server error
, which doesn't help the client.Proposed Behavior
Checklist
The text was updated successfully, but these errors were encountered: