ERROR [ExceptionHandler] Nest can't resolve dependencies of the ClsModule (?, ModuleRef). Please make sure that the argument HttpAdapterHost at index [0] is available in the ClsModule context.
Potential solutions:
- Is ClsModule a valid NestJS module?
- If HttpAdapterHost is a provider, is it part of the current ClsModule?
- If HttpAdapterHost is exported from a separate @Module, is that module imported within ClsModule?
@Module({
imports: [ /* the Module containing HttpAdapterHost */ ]
})
Is there an existing issue for this?
Current behavior
Minimum reproduction code
https://github.com/nestjs/nest/i
Steps to reproduce
No response
Expected behavior
ClsModule should work
Package
Other package
nestjs-cls
NestJS version
10.0.0
Packages versions
Node.js version
20.12.0
In which operating systems have you tested?
Other
No response