Closed Dugnist closed 7 months ago
Got it. I'll see what the problem is
Hello!☺️ I'm one of the contributors to the nestjs-omacache package. Thank you for bringing this issue to our attention.
We're diligently reviewing your issue and attempting to reproduce it. However, reproducing it in our environment has proven to be challenging. To move forward, we kindly request the following two actions from you:
As indicated by the error message you've encountered, it seems the issue may stem from a missing Reflector dependency. Please try adding an explicit dependency for Reflector in your AppModule.
If the issue persists after trying the first suggestion, could you please provide a link to your complete code or a link to a minimal reproducible example of the same bug? This would greatly aid us in diagnosing and addressing the issue more effectively.
Thank you for your cooperation and understanding. We're looking forward to your response.
Thank you for your quick response - I'm attaching a clean project with all the settings and the imported Reflector
Thank you for your quick response - I'm attaching a clean project with all the settings and the imported Reflector
We will check and get back to you this week. Thank you :)
Thank you for your quick response - I'm attaching a clean project with all the settings and the imported Reflector
Thank you for your patience. To diagnose the root cause of the issue, I've made modifications to several parts of the code within the attached files:
Additionally, suspecting a potential issue with the way Bun resolves dependencies (though I'm not entirely certain of the specifics), I opted to install dependencies using npm instead of Bun. As a result, I was able to confirm that the dependency issues related to CacheModule were successfully resolved.
Due to space limitations, we have attached the resolved file to the email address listed in your Github profile. Let me know if you need any further help :)
My "app.module.ts":
OSX Node v20.7.0 @nestjs/common": "^10.0.0" @nestjs/core": "^10.0.0"