-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
I have the following dto:
```typescript
class MyDto{
@ValidateNested({ message: 'My M…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When sending a PATCH request from the frontend (localhost:3000) to my backend (localhost:5000…
-
**Do you want to request a *feature* or report a *bug*?**
A bug
**What is the current behavior?**
I am using Nestjs with mongoose (latest version `6.1
5`) and I have a compiler error, when I try…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
F:\workdir\graphql_cad_service\node_modules\reflect-metadata\Reflect.js:553
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
I use nest-cli to package the nest.js project natively - yarn build (not packaged with webpa…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Current behavior
Nest does not compile the dist folder correctly. I first encountered this problem when …
-
## Versions
- System: windows
- NodeJS: 16
- Typescript: 4.6.2
- Compiler / Transpiler: tsc
- Typegoose(NPM): 9.7.0
- mongoose: 6.2.6
- mongodb: 4.2
- nestjs: 8.0
---
How to define…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When tried to use this package in combination with @nestjs/mongoose the application is no lon…
-
## Versions
- NodeJS: 16.14.0
- NestJs-Core: 8.4.0
- NestJs-Mongoose: 9.0.3
- mongodb-memory-server: 8.4.0
- mongodb(the binary version): 5.0.3
- mongodb(the js package): N/A (not using in co…
-
## 💬 Question here
I want to increase the size of the payload.
My main.ts looks like this :
```js
import { NestFactory } from '@nestjs/core';
import { FastifyAdapter, NestFastifyApplication }…