Closed dantonyblanco closed 3 years ago
After trying a few things I realized the issue is solved when adding the import NestjsFormDataModule to the same module the controller was located in. Before this I only had NestjsFormDataModule as an import in the top-level app module
Might be a good idea to update the docs
Bug Report
Current behavior
Can't build Nest app when adding @FormDataRequest decorator to @Post method in the controller.
Error message:
Expected Behavior
Build should work.