You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 */ ]
})
The text was updated successfully, but these errors were encountered:
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:
@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:
@module({
imports: [ /* the Module containing ModuleRef */ ]
})
The text was updated successfully, but these errors were encountered: