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
[Nest] 314105 - 30/06/2022 17:49:58 ERROR [ExceptionHandler] Nest can't resolve dependencies of the RabbitMQModule (DiscoveryService, ExternalContextCreator, ?, AmqpConnectionManager). Please make sure that the argument RabbitRpcParamsFactory at index [2] is available in the RabbitMQModule context.Potential solutions:- If RabbitRpcParamsFactory is a provider, is it part of the current RabbitMQModule?- If RabbitRpcParamsFactory is exported from a separate @Module, is that module imported within RabbitMQModule? @Module({ imports: [ /* the Module containing RabbitRpcParamsFactory */ ] })
I've tried to add RabbitRpcParamsFactory to list provider in RabbitMQConfigModule but doesn't work
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey!
I'm triying to configure the RabbitMQ Connection like this (simplified code):
Nest throws the next error:
I've tried to add RabbitRpcParamsFactory to list provider in RabbitMQConfigModule but doesn't work
any example or advice?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions