Hi All I try to run local mongodb 5.0.2 (docker)...
# orm-help
t
Hi All I try to run local mongodb 5.0.2 (docker) and prisma but I get message
This MongoDB deployment does not support retryable writes. Please add retryWrites=false to your connection string.
I add
retryWrites=false
but it do not work Any ideas ???
r
@Tomasz Rojek 👋 Have a look at this issue and the solution: https://github.com/prisma/prisma/issues/8713#issuecomment-901190667
t
ok thx
👍 1