topachi
7 months agoNew Contributor
issues with nestJS/swagger
Hello, i have a few issues regarding NESTJS/SWAGGER
1) missing namespace in swagger UI
when it should be
2) if there are different classes/namespaces with the same class name, swagger will not show the schema anymore:
if i have more than one class with the same name although different interface implementation, swagger will not show up the schema properly. it will result empty:
3) when generating json/yaml from nestjs/swagger, we get all "object" instead of real class names AND description/class of body/params don't show, but response does.
Can you please help me? It is for our project very important to know why of those issues.
Cheers