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
Hello, I have a problem when i try to insert the data and save it throw an error "return callback(new MongoBulkWriteError(err, new BulkWriteResult(bulkOperation.s.bulkResult)));" and "MongoBulkWriteError: user is not allowed to do action [insert] on [test.posts]"
I've tried a lot of things but nothing work even when i copy paste the code. Any idea ?
The text was updated successfully, but these errors were encountered:
Check the permissions of the user you are using to connect to the MongoDB database. Make sure that the user has the necessary permissions to insert data into the "test.posts" collection.
Hello, I have a problem when i try to insert the data and save it throw an error "return callback(new MongoBulkWriteError(err, new BulkWriteResult(bulkOperation.s.bulkResult)));" and "MongoBulkWriteError: user is not allowed to do action [insert] on [test.posts]"
I've tried a lot of things but nothing work even when i copy paste the code. Any idea ?
The text was updated successfully, but these errors were encountered: