Hey folks! I am using prisma with mongodb and I am...
# orm-help
j
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
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 😅
yep. thats it. only on version 3.11.1. now I have to figure out why stopped to conect to db. anyone faced it?
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
🙌 2
n
Glad that this got resolved 🙂 👍