我在这里是因为我在使用MongoDB和mLab时遇到问题。
我知道这是“请求超时”的常见问题,但我不了解使用套接字的解决方案,而其他解决方案则行不通。
有人可以帮助我解决这个问题吗?这是我的代码的信息,即使它是基本的。
const db = mongoose.connect("mongodb://<user>:
<mdp>@ds223009.mlab.com:23009/arnaudscieur", function( err, response){
if(err){console.log(err);}
});
当然,用户和mdp替换为我的信息,它们是正确的。
这是错误
2018-10-10T13:06:08.507298+00:00 heroku[router]: at=error code=H12
desc="Request timeout"
method=GET path= "/GetArticle?Number=0" host=arsc.herokuapp.com
request_id=c69ed184-e646-4c09-ac03-cfc2b1aca41a fwd="193.190.255.225"
dyno=web.1 connect=0ms service=30000ms status=503 bytes=0 protocol=https
提前谢谢! :)