-
## Versions
- System: linux / macos / windows
- NodeJS: 0.0.0
- Typescript: 0.0.0
- Compiler / Transpiler: tsc / ts-node / ts-jest
- Typegoose(NPM): 0.0.0
- Typegoose(GIT): …
-
## Versions
- System: macos
- NodeJS: 14.16.0-alpine
- Typescript: 4.3.2
- Compiler / Transpiler: tsc
- Typegoose(NPM): ^7.6.0
- mongoose: ^5.10.18
- mongodb: latest
- nestjs / ne…
-
## Bug Report
## Current behavior
If you generate a module with `nest g mo core/module` in order to have a module called DatabaseModule into your CoreModule then throws an error like:
```ba…
-
## Bug Report
## Current behavior
Running a simple microservice using NATS. Following example on offical docs. Fails on bootup. Errors are.
```bash
(node:22611) UnhandledPromiseRejectionWarnin…
-
## Versions
- NodeJS: 14.16.0
- npm: 7.8.0
- mongodb-memory-server: 6.9.6
- system: MacOS
package: mongo-memory-server
## What is the Problem?
No binaries of mongodb are downloaded …
-
## Versions
- System: linux / macos / windows
- NodeJS: v12.22.1
- Typescript: 4.2.4
- Compiler / Transpiler: tsc
- Typegoose(NPM): 7.6.1
- Typegoose(GIT): commithash
- mon…
-
**Describe the bug**
I just wired the DTO and Schema together.
And got that nest cant resolve depency database connection
### Have you read the [Contributing Guidelines](https://github.com/doug-m…
-
**Describe the bug**
I have a getter in my model class, and when I try to map from my Model to my DTO, I have the error : `Cannot set property fullName of # which has only a getter`
**Models/DTOs*…
-
## Bug Report
## Current behavior
Following the examples from documentation for [authentication](https://docs.nestjs.com/techniques/authentication) i got 2 problems.
1. Passport returned:
…
-
## Bug Report
## Current behavior
For some reason cannot set default date with @nestjs/mongoose, whether can set it for type "Number".
## Input Code
```ts
@Prop({ type: Number, default: (…