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 重新装一遍,重新启动后,连接试试看
022017-05-02
相似问题