nest-x / nestx-amqp

Provide an AMQP connection as NestJS Module. Internally use amqp-connection-manager.
MIT License
19 stars 4 forks source link

Nest 8 + amqp bug #522

Open huangang opened 3 years ago

huangang commented 3 years ago

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:

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:

SergioArrighi commented 1 year ago

Hello, having the same with nestjs 9.0.11. Downgrading nest to 8.0.0 made my app start again. Was this issue ever solved? Thanks and best regards