PM2发布时遇到的问题

来源:1-1 为什么是全栈最后一公里

Promise_M

2017-05-02

You have triggered an unhandledRejection, you may have forgotten to catch a Promise rejection:

MongoError: not authorized on csxh to execute command { listIndexes: "sessions", cursor: {} }


写回答

1回答

Scott

2017-05-02

看上去,推测是MongoDB 连接出问题了,导致 PM2 发布失败

尝试,直接在服务器的 /your/project/dir/production/current 下面,通过 node app 来启动 Nodejs,看看报出来的连接错误是哪个。


如果很难排查,可以按照视频把 MongoDB 重新装一遍,重新启动后,连接试试看

0
2
Scott
回复
Promise_M
Good Job!
2017-05-02
共2条回复

Node.js项目线上服务器部署与发布

阿里云部署Node.js+MongoDB+Nginx的应用项目,打通全栈

1747 学习 · 448 问题

查看课程