You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: