Print class-validator validation errors in NestJS A simple way to print any and all errors in Nest.js, for people who aren't experienced with it.
Validate a nested array of objects GET query parameter using a DTO & class-validator in NestJS Sometimes, the smallest things take up quite a bit of time. This time, it was a simple serialisation issue.