Closed w-biggs closed 2 weeks ago
After following the official documentation, instead of a file upload button showing in Swagger, just the string "string($binary)" is printed.
https://github.com/w-biggs/repro-nest-swagger-file-upload-bug
npm install
npm run start:dev
There is a file upload button.
7.3.1
9.4.3
21.5.0
No response
tap "Try it out"
Is there an existing issue for this?
Current behavior
After following the official documentation, instead of a file upload button showing in Swagger, just the string "string($binary)" is printed.
Minimum reproduction code
https://github.com/w-biggs/repro-nest-swagger-file-upload-bug
Steps to reproduce
npm install
npm run start:dev
Expected behavior
There is a file upload button.
Package version
7.3.1
NestJS version
9.4.3
Node.js version
21.5.0
In which operating systems have you tested?
Other
No response