#Bson not finding database field

1 messages · Page 1 of 1 (latest)

snow rock
#

Im using MongoCollection#findOneAndUpdate() and its telling me that the field which im using to find the document is not found.

Here is dump from database and im looking the document via uuid

{
  "_id" : ObjectId("6362d4fce9c1d74824b11e14"), 
  "uuid" : BinData(3,"hz5tv5G9ev6A0W4V9LH9sQ=="), 
  "build" : false 
}