#Validation Pipe only display "Bad request exception"
5 messages · Page 1 of 1 (latest)
What's the reason for the exception factory there instead of what nest does by default?
acutally I used default like this app.useGlobalPipes(new ValidationPipe()); but still same
Got a reproduction? There should be fields with what the issue is by default
Can you show the route handler code?