nest-lab icon indicating copy to clipboard operation
nest-lab copied to clipboard

[ERROR] Use in Docker

Open Gudaites opened this issue 1 year ago • 1 comments

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.

Gudaites avatar Sep 22 '24 15:09 Gudaites

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

why reproductions are required

jmcdo29 avatar Sep 22 '24 19:09 jmcdo29