Open
Description
ERROR [ExceptionHandler] Nest can't resolve dependencies of the AmqpModule (?). Please make sure that the argument ModuleRef at index [0] is available in the AmqpModule context.
Potential solutions:
- If ModuleRef is a provider, is it part of the current AmqpModule?
- If ModuleRef is exported from a separate @module, is that module imported within AmqpModule?
@module({
imports: [ /* the Module containing ModuleRef */ ]
})
Error: Nest can't resolve dependencies of the AmqpModule (?). Please make sure that the argument ModuleRef at index [0] is available in the AmqpModule context.
Potential solutions:
Metadata
Metadata
Assignees
Labels
No labels
Activity