-
## Feature Request
Nest.js should have a mail module that provides an integration for nodemailer/email-templates.
There are already third-party solutions available, for example:
- https://gith…
-
Hi everybody!
Since the last update to typescript 4.x I'm randomly getting this error when compiling.
An example of complete error is as follows:
```
src/modules/categories/services/categorie…
-
##### Description
I'm trying to use the templates feature to generate mongoose schemas, controllers, and providers for NestJs using the templating system but the new typescript-nestjs templat…
-
I have 2 schemas: User and Product, User have array of products and Product have single user. Schemas looks like:
User:
```
import { Prop, Schema, SchemaFactory } from '@nestjs/mongoose';
import…
-
**Development Environment:**
- OS: macOS 10.15.7
- NodeJS version: v14.15.2
- Package manager tools: npm
**Describe the bug**
npm install error
```bash
npm ERR! code ETARGET
npm ERR! …
-
## Bug Report
## Current behavior
If a microservice app or client can't connect to NATS server, or disconnects after connected, it throws an error but never tries to reconnect.
## Input Code
`…
MickL updated
3 years ago
-
Hello,
I'm getting this error:
```
TypeError: Invalid schema configuration: `True` is not a valid type at path `metrics.required`
```
Seems to be the same issue as [this ticket](https://github.…
-
# Problem:
- Remove redundant app controller, app service ...
- Mongoose model should only be imported by module that use it ( user module in this case ) not the whole app module
```
MongooseMod…
-
```
I'm submitting a...
[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[x] Support request
```
## Environment
"@nestjs/cli": "7.5.1",
"@n…
-
## I'm submitting a...
[ ] Regression
[ ] Bug report
[*] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post…