-
### Is there an existing issue that is already proposing this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe it
When starting a new pro…
rhyek updated
2 years ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
### Minimum reproduction code
https://github.com/ghanshyamca/nest
### Steps…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
The default `LoggerService` implementation provides the following method signature, apparentl…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
I am building a nestjs application using webpack, but it build, the schemas of DTO´s br…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When using NestJS with the fastify adapter and trying to apply a wildcard to a controll…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When I have two services which are both Scope.TRANSIENT and the services are in different mod…
-
With the latest release of Visual Studio Code - a new feature called [Auto Attach](https://code.visualstudio.com/updates/v1_22#_node-debugging) was introduced.
To debug your NestJS app enable **Aut…
-
This code involves 3 things: a. GraphQL support b. Nest JS c. Prisma All of them have their own built-in support for exceptions and errors.
Can we write the Exception handling together? I'd writ…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
Sending the correct parameters through the body in a PUT or PATCH returns a 400 Bad Request s…
-
### Bug description
After building a Prisma Docker image on a EC2 Graviton instance, I launched this image and get this error message
```
UnhandledPromiseRejectionWarning: Error: Unknown PRISMA_QUE…