我们正在尝试将Deployd连接到Heroku,并不断收到以下错误。我们使用的是Nitrous,我已经将mongoDB端口配置为5000。任何帮助都是非常感谢的。非常感谢!process.nextTick(function() { // Give the server a chance to return an error });错误node_modules/deployd/lib/db.js:144:17
at /home/
我试图连接我的节点服务器和我的MongoDB数据库,我总是遇到这个错误,我对node和mongodb非常陌生,我已经尝试在我的mongo构造函数中加入了useUnifiedTopology:true?('mongoose');
const port = process.env.PORT || 5000{
console.log(`Server is running on port: ${p