I've created a user for mongo with "readWriteAnyDatabase". Then I login with this user. It can see the databases.
Then I try to edit one item, save - it says "has been updated" but no changes were made, the item is not changed
What do I do wrong?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've created a user for mongo with "readWriteAnyDatabase". Then I login with this user. It can see the databases.
Then I try to edit one item, save - it says "has been updated" but no changes were made, the item is not changed
What do I do wrong?
When updating in MongoDB, you have to reference the field you are trying to update.. It will be solve your problem. iseriale
Same here.
Did you found a solution.