Closed Samandar02 closed 9 months ago
this is mentioned in the docs here: https://docs.nestjs.com/controllers#library-specific-approach
you can use @Res({ passthrough: true })
Ok thanks @micalevisk , my issue has resolved by upgrading reflect-metadata package version from 0.1.13 to 0.2.0
Is there an existing issue for this?
Current behavior
i am developing NestJs application now and i have one issue when i serve application in local PC it works correctly but whenever I serve it inside of docker, request and response both undefined on POST method
when I remove TypeOrmModule it works correctly as I expect
here is TypeOrm module
node version: v20.11.0 nestjs version: 10.1.18 nestjs/typeorm version: 10.0.2
Expected behavior
request and response should not be undefined
Package version
10.0.2
NestJS version
10.1.18
Node.js version
20.11.0
In which operating systems have you tested?
Other
No response