gpt4 book ai didi

node.js - ( Node :32032) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): MongoError: Authentication failed

转载 作者:太空宇宙 更新时间:2023-11-03 23:18:27 27 4
gpt4 key购买 nike

我正在尝试从 mlabs 连接 mongodb。我插入了以下代码:

Mongoose.connect('mongodb://<dhan004>:<password1>@ds163402.mlab.com:63402/projecttwist', {useNewUrlParser: true }); 

然后它给了我这个错误:

(node:32032) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): MongoError: Authentication failed.

谁能解释一下为什么我会收到此错误?

最佳答案

只需从用户名和密码部分删除括号(< 和 >)即可。

用户名应使用:dhan004

您应该使用的密码:password1

所以你的最终数据库地址应该是:

Mongoose.connect('mongodb://dhan004:password1@ds163402.mlab.com:63402/projecttwist', {useNewUrlParser: true });

关于node.js - ( Node :32032) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): MongoError: Authentication failed,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52417382/

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