Anna Samsonenko

Results 3 comments of Anna Samsonenko

I'm facing the same problem and didn't find the way how to fix it but only to cut a duplicate of bucket name in the file.location by myself. But it...

@AlphaTechnolog Hi, I'm using nestjs also, this import for injected model works as expected: `import { AggregatePaginateModel } from 'mongoose';` and then in service class: ``` constructor( @InjectModel(User.name) private userModel:...