Stojchevski

Results 4 comments of Stojchevski

@mcollina sure, sorry for making this harder. Here's a package.json: ```javascript { "name": "fastify-bug", "version": "0.0.1", "description": "", "main": "index.js", "author": "Max ", "dependencies": { "fastify": "^3.7.0", "fastify-multipart": "^3.2.1", "fastify-swagger":...

> (I've formatted your example) Me too 👍

@mcollina no error at all, just the file object is undefined if the validation is set. attachFieldsToBody: true seems to be causing this result.

@mcollina I see, so it would be helpful if we can use `request.file()` and have validation in the same time, instead of relying on buffers only to have validation to...