-
## Problem
- NestJS cannot resolve ModuleRef dependency after TerminusModule is added
- ./src/app.module.ts
```
import { Module } from '@nestjs/common';
import { TerminusModule } from …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
The dependencies do not get injected for the following code:
```
@UseFilters(new Ws…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
The `rootDir` compiler option in tsconfig.json is not being respected when building a N…
-
### What version of Next.js are you using?
11.0.0
### What version of Node.js are you using?
v14.15.5
### What browser are you using?
Chrome
### What operating system are you using?
…
-
- next.config.js: Redirects | Next.js [https://nextjs.org/docs/api-reference/next.config.js/redirects](https://nextjs.org/docs/api-reference/next.config.js/redirects)
- Documentation | NestJS - A pro…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When I lazy loading and resolve module/provider with transient provider and some single…
-
#### hello,
### I encounter this error when executing the project :
```bash
[Nest] 22613 - 07/25/2021, 4:34:24 PM LOG [InstanceLoader] EventStoreModule dependencies initialized +1ms
[Nest…
-
#### hello,
### when i use this package i got this error :
```bash
[Nest] 22613 - 07/25/2021, 4:34:24 PM LOG [InstanceLoader] EventStoreModule dependencies initialized +1ms
[Nest] 2261…
-
`npm test` results in a failed test and this error message:
> Nest can't resolve dependencies of the AppController (AppService, ?). Please make sure that the argument at index [1] is available in …
-
### Describe the bug
In `@WebSocketGateway`, `I18nContext.current()` returns undefined.
```
import {
MessageBody,
SubscribeMessage,
WebSocketGateway,
WebSocketServer,
WsResponse,
…