gpt4 book ai didi

node.js - MongoNetworkError : connection 3 to cluster0-shard-00-02-z0urk. mongodb.net:27017 已关闭

转载 作者:太空宇宙 更新时间:2023-11-04 02:54:46 24 4
gpt4 key购买 nike

{ MongoNetworkError: connection 3 to cluster0-shard-00-02-z0urk.mongodb.net:27017 closed at TLSSocket. (/home/fahad/Personal Work/Nodejs/Node js start/node_modules/mongoose/node_modules/mongodb-core/lib/connection/connection.js:352:9) at Object.onceWrapper (events.js:276:13) at TLSSocket.emit (events.js:188:13) at _handle.close (net.js:610:12) at TCP.done (_tls_wrap.js:386:7) name: 'MongoNetworkError', errorLabels: [ 'TransientTransactionError' ],
[Symbol(mongoErrorContextSymbol)]: {} }

module.exports = (app, express , mongoose, path, bodyParser) => {

app.use(express.static(path.resolve(__dirname, "../../dist")));
app.use(bodyParser.json());


mongoose.connect('mongodb+srv://fahad:123@cluster0-z0urk.mongodb.net/test?retryWrites=true', {useNewUrlParser: true})
.then(()=>console.log("DB server connect"))
.catch(e => console.log("DB error", e));
};

最佳答案

当我想连接到 https://cloud.mongodb.com 时,我遇到了同样的问题《mongoDB图集》这个问题发生在我身上,因为当我构建项目时,我这次的IP存储在安全->IP白名单中。

您只能从以下 IP 白名单中的 IP 地址列表连接到您的集群。

我设法使用 IP 0.0.0.0/0 解决了这个问题,这可以帮助我从任何地方进行连接。

这对你有帮助吗?

关于node.js - MongoNetworkError : connection 3 to cluster0-shard-00-02-z0urk. mongodb.net:27017 已关闭,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55794145/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com