You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite working OK locally, when I try to acquire lock in AWS's Document DB (MongoDB compatible) I get
Caused by: com.mongodb.MongoCommandException: Command failed with error 66: 'Bad Update' on server **********.eu-west-2.docdb.amazonaws.com:27017. The full response is {"ok": 0.0, "operationTime": {"$timestamp": {"t": 1731418109, "i": 1}}, "code": 66, "errmsg": "Bad Update"}
From quick googling, Code 66 is thrown when one is trying to update immutable field.
Despite working OK locally, when I try to acquire lock in AWS's Document DB (MongoDB compatible) I get
From quick googling, Code 66 is thrown when one is trying to update immutable field.
Environment
The text was updated successfully, but these errors were encountered: