Hi guys, I'm got an error while trying to use pris...
# mongodb
e
Hi guys, I'm got an error while trying to use prisma with mongodb on azure cosmos
Copy code
PrismaClientUnknownRequestError2 [PrismaClientUnknownRequestError]: 
Invalid `prisma.mapping.create()` invocation:

Error occurred during query execution:
  ConnectorError(ConnectorError {
    user_facing_error: None,
    kind: RawError {
      code: "unknown",
      message: "Command failed (OperationNotSupportedInTransaction): Command insert failed : can not create collection in a multi-document transaction)" 
    }
  )

{clientVersion: '2.27.0'}
m
Hey Eric, Unfortunately, I can't tell what the problem is from your description. Do you mind opening an issue with the query you were using? https://github.com/prisma/prisma/issues/new?assignees=&labels=kind%2Fbug&template=bug_report.yml Thanks!