Open mathzdev opened 2 years ago
+1
Seems to be the same as https://github.com/epiphone/routing-controllers-openapi/issues/141 I posted a possible reason / solution in https://github.com/epiphone/routing-controllers-openapi/issues/141#issuecomment-2247441947
When I use @Body() or @Param from routing-controllers I got this error
Cannot read properties of undefined
on getParamSchemaIf 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 =/