I'm encountering a problem: I imported the FastifyMulterModule into the AppModule and was able to use it in the AppController without issues. However, when I try to use it in a separate module called SelfModule, even though I've imported the module correctly, the files come through as "undefined." Interestingly, this only happens when I'm running the application inside Docker; locally, it works fine.
I'm encountering a problem: I imported the FastifyMulterModule into the AppModule and was able to use it in the AppController without issues. However, when I try to use it in a separate module called SelfModule, even though I've imported the module correctly, the files come through as "undefined." Interestingly, this only happens when I'm running the application inside Docker; locally, it works fine.