routing-controllers-openapi icon indicating copy to clipboard operation
routing-controllers-openapi copied to clipboard

Cannot read properties of undefined - getParamSchema

Open mathzdev opened this issue 3 years ago • 3 comments

When I use @Body() or @Param from routing-controllers I got this error Cannot read properties of undefined on getParamSchema

If I remove it or comment it, it works but don't generate openapi correctly.

I put "emitDecoratorMetadata": true on tsconfig.json but doesn't work =/

mathzdev avatar Sep 03 '22 11:09 mathzdev

+1

taiwanhua avatar Jan 20 '24 20:01 taiwanhua