We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I use @Body() or @param from routing-controllers I got this error Cannot read properties of undefined on getParamSchema
Cannot read properties of undefined
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 =/
"emitDecoratorMetadata": true
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
Seems to be the same as #141 I posted a possible reason / solution in #141 (comment)
No branches or pull requests
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 =/The text was updated successfully, but these errors were encountered: