A bunch of clientError that were called as serverError
Calling serverError with a clientError status code (4xx) means it will automatically default to Internal Server Error (500) which is in the server error status code range (5xx). That is undesirable.
Showing
Please register or sign in to comment