MongoError: user is not allowed to do action [insert] on [test.tours]

Viewed 9

mongodb error

Hi everyone, I am using MongoDb and got this error. Could someone help me solve this issue.

1 Answers

Solved! In the MongoDB > Database Access > Database User > Edit > Built-in Role > and Added Read and write to any database

Related