[31m[Nest] 1594037  - [39m06/20/2025, 8:50:53 AM [31m  ERROR[39m [38;5;3m[ExceptionsHandler] [39mPrismaClientValidationError: 
Invalid `this.prisma.post.create()` invocation in
/home/t6hwewxukvwz/employee-portal-api.danagroup.com/dist/Modules/posts/posts.service.js:33:45

  30     });
  31     imageUrl = upload.url;
  32 }
→ 33 const post = await this.prisma.post.create({
       data: {
         content: "uywebdubweuidweiudoiwe",
         imageUrl: "https://res.cloudinary.com/dny7tqd0d/image/upload/v1750423852/posts/xzey3tq2eokp8gbfuxna.jpg",
         author: {
           connect: {
             id: "682ef1783afce82bff798e10"
           }
         },
     +   title: String
       },
       include: {
         author: true,
         likes: true,
         savedBy: true
       }
     })

Argument `title` is missing.
    at An [90m(/home/t6hwewxukvwz/employee-portal-api.danagroup.com/[39mnode_modules/[4m@prisma[24m/client/runtime/library.js:29:1363[90m)[39m
    at zn.handleRequestError [90m(/home/t6hwewxukvwz/employee-portal-api.danagroup.com/[39mnode_modules/[4m@prisma[24m/client/runtime/library.js:121:7102[90m)[39m
    at zn.handleAndLogRequestError [90m(/home/t6hwewxukvwz/employee-portal-api.danagroup.com/[39mnode_modules/[4m@prisma[24m/client/runtime/library.js:121:6784[90m)[39m
    at zn.request [90m(/home/t6hwewxukvwz/employee-portal-api.danagroup.com/[39mnode_modules/[4m@prisma[24m/client/runtime/library.js:121:6491[90m)[39m
    at async l [90m(/home/t6hwewxukvwz/employee-portal-api.danagroup.com/[39mnode_modules/[4m@prisma[24m/client/runtime/library.js:130:9778[90m)[39m
    at async PostsService.createPost [90m(/home/t6hwewxukvwz/employee-portal-api.danagroup.com/[39mdist/Modules/posts/posts.service.js:33:22[90m)[39m {
  clientVersion: [32m'6.7.0'[39m
}
