jmcdo29 / nest-lab

A repository to hold "experimental" packages for Nest. Honestly, I'm just tired of not having a good scope to put packages under :smile_cat:
87 stars 7 forks source link

[ERROR] Use in Docker #50

Open Gudaites opened 2 months ago

Gudaites commented 2 months ago

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.

jmcdo29 commented 2 months ago

Please provide a minimum reproduction repository (Git repository/StackBlitz/CodeSandbox project).

why reproductions are required