Dmytro Nazarenko

Results 21 comments of Dmytro Nazarenko

Closed due to inactivity

Hi everyone, thanks for your feedback This issue should be also fixed in the version 1.9.9, please try it out https://github.com/dmitriy-nz/nestjs-form-data/issues/60#issuecomment-2184924859 @Yuniac

@summivar Hi, has a separate test on for this and it passes successfully, you need to check if you are doing everything accurately according to the documentation. [Test source](https://github.com/dmitriy-nz/nestjs-form-data/blob/master/test/optional-file-upload.e2e-spec.ts) [Test...

@summivar @julianpoemp @TidianeRolland Hi! Issue has been reproduced in fixed in the v1.9.9 version, please try it out

@julianpoemp can you share your ValidationPipe options?

Thank everyone for the feedback, your case has been reproduced, the issue was that when a property is decorated with `Exposed()` we are forcing get an `undefined` value when no...

Hi @VermilionB Check if main the module is connected, add the `NestjsFormDataModule` to your `BeatsModule` in `imports` section. Details in [doc](https://github.com/dmitriy-nz/nestjs-form-data#installation):

This one in progress

Hey, could you provide your `ValidationPipe` declaration. In ideal will be grate to have playground for reproducing