skip to Main Content

MongooseError – Operation `users.findOne()` buffering timed out after 10000ms – Twitter API

My code was working before initially but I don't know why it just stopped working and gave me this error: MongooseError: Operation `users.findOne()` buffering timed out after 10000ms at Timeout.<anonymous> (/Users/nishant/Desktop/Yourfolio/backend/node_modules/mongoose/lib/drivers/node-mongodb-native/collection.js:184:20) at listOnTimeout (internal/timers.js:549:17) at processTimers (internal/timers.js:492:7) I am trying…

VIEW QUESTION

Problem installing MongoDB (in container) – Debian

I have a Singularity container using Ubuntu in which I install MongoDB. My original recipe had those lines to do so: # get MongoDB wget -qO - https://www.mongodb.org/static/pgp/server-4.2.asc | apt-key add - echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 multiverse"…

VIEW QUESTION
Back To Top
Search