MongooseError - Operation `users.findOne()` buffering timed out after 10000ms
npm i -E [email protected]
or
yarn add -E [email protected]
MongooseError - Operation `users.findOne()` buffering timed out after 10000ms
npm i -E [email protected]
or
yarn add -E [email protected]
MongooseError: Operation `users.insertOne()` buffering timed out after 10000ms node js
mongoose
.connect(process.env.MONGO_PROD_URI, {
useNewUrlParser: true,
useUnifiedTopology: true,
useCreateIndex: true, })
.then(() => console.log("Database connected!"))
.catch(err => console.log(err));
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us