Mongoose与Mongodb Atlas一起使用时出现连接错误

时间:2018-12-27 19:53:59

标签: node.js mongoose

我正在关注一个教程,其中我从使用Mongodb驱动程序转到了猫鼬。 到目前为止,它在开始时就起作用了,突然我在控制台中出现此错误,而且我不知道从哪里开始,因为(据我所知)它没有给我任何提示问题出在哪里。

{ MongoNetworkError: connection 4 to cursonode-shard-00-02-wy13l.mongodb.net:27017 closed at TLSSocket.<anonymous> (/Users/marcosdipaolo/Documents/sitios/node-tut/node_modules/mongodb-core/lib/connection/connection.js:276:9) at Object.onceWrapper (events.js:315:30) at emitOne (events.js:121:20) at TLSSocket.emit (events.js:211:7) at _handle.close (net.js:567:12) at TCP.done [as _onclose] (_tls_wrap.js:356:7) name: 'MongoNetworkError', errorLabels: [ 'TransientTransactionError' ], [Symbol(mongoErrorContextSymbol)]: {} }

0 个答案:

没有答案