DI issues with MongoDB Entity Manager #113
-
Hi all, I'm working on a NestJS API and I'm facing a DI issue for the MongoEntityManager import in a provider of a dynamic module. To easier understand the problem, let's call the module So in the
Now in a provider of
The issue I'm facing is the following:
I don't understand why I'm facing this issue since, when I look at the documentation on both MirkoORM and NestJS sites, I don't see any difference in my approach. The npm versions installed: Thanks in advance for any input! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Solved this. The issue wasn't coming from the package, just a stupid mistake. |
Beta Was this translation helpful? Give feedback.
Solved this. The issue wasn't coming from the package, just a stupid mistake.