Results 1 comments of wershest

I've got same error when I use NestjsFormDataModule.configAsync(). The NestjsFormDataModule.config() is ok. This is my AppModule: ```javascript @Module({ imports: [ ConfigModule.forRoot({ isGlobal: true, envFilePath: `.env.${process.env.NODE_ENV}`, }), MongooseModule.forRootAsync({ inject: [ConfigService], useFactory:...