Hey folks! I am using prisma with mongodb and I am facing a problem I am not sure if I am missing something or it's really a bug. could you help me?
When using composite types, I can't update the embedded type by filtering it as mentioned in the documentation: Composite types | Prisma Docs. I only have access to set & push properties, not updateMany.
Am I missing something or it's really a bug?
prisma version: 3.11.0
✅ 1
Johny Velho
03/29/2022, 5:14 PM
just checked the release changelog and it seems this is exclusively a feature of
3.11.1
. is that it? however, after updating it, something breaks and is not connecting to db 😅
Johny Velho
03/29/2022, 5:16 PM
yep. thats it. only on version 3.11.1. now I have to figure out why stopped to conect to db. anyone faced it?
Johny Velho
03/29/2022, 5:19 PM
all right. cleaned the node_modules, installed again, and it worked. nice, all problems solved hahaha. I will leave this here in case someone faces the same problem