Open Angelk90 opened 3 years ago
how to fix this error
same issue
MongooseError: Operation users.insertOne()
buffering timed out after 10000ms
I have this issue while I am trying to create a note using post request. please help to solve this out .
i would like to thanks in advance
i have the same problem
Operation users.insertOne()
buffering timed out after 10000ms
"express": "^4.17.3",
"mongoose": "^6.2.7",
"nodemon": "^2.0.15"
May I ask if you have solved the problem? I also have this problem. The corresponding versions are these
"dependencies": {
"express": "^4.18.2",
"mongoose": "^7.3.4",
}
this is an error -> UnhandledPromiseRejectionWarning: MongooseError: Operation users.insertOne()
buffering timed out after 10000ms
Hi @diegohaz , I congratulate you on the project.
I have performed the given steps but am having trouble getting it to work when I try to enter a user using the
MASTER_KEY
I get the following error:From what I understand maybe it seems there are problems with the new versions: https://mongoosejs.com/docs/deprecations.html(mongoose version 5.11.9)
A similar problem I also get with the findOne:
You could give it a try, to see if it's my problem if I'm doing something wrong.
Link: Github
devDependencies: