Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This error message is related to TypeScript and it indicates that there is a property named "comments" that is not defined in the Prisma MongoDB data model. In other words, there is no field named "comments" in the database schema or Prisma schema. This error message suggests that you need to update the schema file to include the "comments" property or remove the reference to it if it's unintentional.