“MongooseError: Operasi `Users.insertone ()` Buffering Times Out Setelah 10000ms” Kode Jawaban

MongooseError: Operasi `Users.insertone ()` Buffering Times Out Setelah 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));
Fragile Flatworm

MongooseError: Operasi `Users.insertone ()` Buffering Times Out Setelah 10000ms

You need first of all configurate the database connection. There's a link that will help you: https://kb.objectrocket.com/mongo-db/simple-mongoose-and-node-js-example-1007 .

If you have any other doubt let me known.
Santino

Jawaban yang mirip dengan “MongooseError: Operasi `Users.insertone ()` Buffering Times Out Setelah 10000ms”

Pertanyaan yang mirip dengan “MongooseError: Operasi `Users.insertone ()` Buffering Times Out Setelah 10000ms”

Lebih banyak jawaban terkait untuk “MongooseError: Operasi `Users.insertone ()` Buffering Times Out Setelah 10000ms” di JavaScript

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya