gpt4 book ai didi

node.js - Mongoose 无法在没有互联网的情况下连接

转载 作者:IT老高 更新时间:2023-10-28 13:08:16 24 4
gpt4 key购买 nike

我的 MongoDB 服务器在 localhost:27017 上运行,虽然我通常可以正常运行 Node.js 应用程序,但当我断开互联网连接时,Mongoose 会抛出错误

Error: failed to connect to [localhost:27017]

请注意,我仍然可以从 Mongo shell 客户端连接到 MongoDB 服务器。此外,如果我先启动我的应用程序然后失去互联网连接,我的应用程序可以离线访问数据库。那么为什么它不能在没有互联网的情况下启动呢?

编辑:这是完整的错误

events.js:85
throw er; // Unhandled 'error' event
^
Error: failed to connect to [localhost:27017]
at null.<anonymous> (<My App>\node_modules\mongoose\
node_modules\mongodb\lib\mongodb\connection\server.js:555:74)
at emit (events.js:118:17)
at null.<anonymous> (<My App>\node_modules\mongoose\
node_modules\mongodb\lib\mongodb\connection\connection_pool.js:156:15)
at emit (events.js:110:17)
at Socket.<anonymous> (<My App>\node_modules\mongoos
e\node_modules\mongodb\lib\mongodb\connection\connection.js:534:10)
at Socket.emit (events.js:107:17)
at net.js:923:16
at process._tickCallback (node.js:355:11)
[nodemon] app crashed - waiting for file changes before starting...

编辑:措辞

最佳答案

使用 127.0.0.1 而不是 localhost。通过关闭您的 wifi 接口(interface),操作系统不再能够解析 localhost。

关于node.js - Mongoose 无法在没有互联网的情况下连接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29178484/

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