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
Is there an existing issue that is already proposing this?
I have searched the existing issues
Is your feature request related to a problem? Please describe it
It's the same issue as #495, but for forRootAsync()
Describe the solution you'd like
I tried to implement it in datageo-cz/bull@afd6f5c, but I end up with following error, which is there even if I revert my changes, so it's probably unrelated, but can't test if it works.
Error: Nest can't resolve dependencies of the BullExplorer (?, DiscoveryService, BullMetadataAccessor, MetadataScanner). Please make sure that the argument ModuleRef at index [0] is available in the BullModule context.
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
It's the same issue as #495, but for
forRootAsync()
Describe the solution you'd like
I tried to implement it in datageo-cz/bull@afd6f5c, but I end up with following error, which is there even if I revert my changes, so it's probably unrelated, but can't test if it works.
Teachability, documentation, adoption, migration strategy
No response
What is the motivation / use case for changing the behavior?
Using global config from injected Config in the global
forRootAsync()
The text was updated successfully, but these errors were encountered: