Heroku and node.js error (Web process failed to bind to $PORT within 60 seconds of launch) how fix it

后端 未结 0 618
[愿得一人]
[愿得一人] 2020-12-14 00:22
let server = app.listen(process.env.PORT, function () {

  let host = server.address().address;
  let port = server.address().port;

  console.log(\'Web server start         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题