Hi everyone, I found an issue using MongoRepository to update an array inside a document.
Some values had been written but others not.
There are no errors, and I saw the document updated right after the call repository.save(entity), but they haven’t been written on the DB.
I have no clue what is happening.
Does someone have an idea?