You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
swagger debugging does not work properly when using @body("user") user:User as an argument, there is no Request body, but @body() user:User works fine with no argument
#3008
swagger debugging does not work properly when using @Body("user") user:User as an argument, there is no Request body, but @Body() user:User works fine with no argument
Package version
^7.4.0
NestJS version
^9.0.0
Node.js version
16.17.0
In which operating systems have you tested?
macOS
Windows
Linux
Other
No response
The text was updated successfully, but these errors were encountered:
Thank you for taking the time to submit your report! From the looks of it, this could be better discussed on our Discord. If you haven't already, please join here and send a new post in the # 🐈 nestjs-help forum. Make sure to include a link to this issue, so you don't need to write it all again. We have a large community of helpful members, who will assist you in getting this to work.
Is there an existing issue for this?
Current behavior
swagger debugging does not work properly when using @Body("user") user:User as an argument, there is no Request body,
but @Body() user:User works fine with no argument
Minimum reproduction code
无
Steps to reproduce
无
Expected behavior
swagger debugging does not work properly when using @Body("user") user:User as an argument, there is no Request body, but @Body() user:User works fine with no argument
Package version
^7.4.0
NestJS version
^9.0.0
Node.js version
16.17.0
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: