我无法连接到mongodb Altas群集

时间:2020-07-20 07:03:55

标签: mongodb mongodb-atlas mongodb-atlas-search

mongoose.connect("mongodb+srv://<username>:<password>@cluster0.l3k2t.mongodb.net/*******?retryWrites=true&w=majority", { 
useCreateIndex: true, 
useNewUrlParser: true, 
useUnifiedTopology: true 
}).then(() => { 
console.log('Connected to DB');
}).catch(err => { 
console.log('ERROR : ', err.message);
}); 

我在终端中遇到的错误是 错误:queryTxt ETIMEOUT cluster0.l3k2t.mongodb.net

0 个答案:

没有答案