2017-09-03 156 views
0

我有一個本地運行良好的Node.js應用程序,但是當我在Heroku上部署它時,它不會運行。Node.js應用程序在部署到Heroku時崩潰

我已經從我的Github存儲庫部署了它。

有人可以嘗試從我的回購中部署應用程序並告訴我問題的原因是什麼?

Git repository link-MyGallary

日誌:

2017-09-03T12:22:17.683830+00:00 heroku[web.1]: State changed from crashed to starting 
2017-09-03T12:22:18.878329+00:00 heroku[web.1]: Starting process with command `: node run start` 
2017-09-03T12:22:20.670131+00:00 heroku[web.1]: Process exited with status 0 
2017-09-03T12:22:20.682348+00:00 heroku[web.1]: State changed from starting to crashed 
2017-09-03T12:24:19.679927+00:00 heroku[web.1]: State changed from crashed to starting 
2017-09-03T12:24:20.918678+00:00 heroku[web.1]: Starting process with command `: node run start` 
2017-09-03T12:24:23.583966+00:00 heroku[web.1]: Process exited with status 0 
2017-09-03T12:24:23.595826+00:00 heroku[web.1]: State changed from starting to crashed 
Disconnected from log stream. There may be events happening that you do not see here! Attempting to reconnect... 
2017-09-03T12:24:19.679927+00:00 heroku[web.1]: State changed from crashed to starting 
2017-09-03T12:24:20.918678+00:00 heroku[web.1]: Starting process with command `: node run start` 
2017-09-03T12:24:23.583966+00:00 heroku[web.1]: Process exited with status 0 
2017-09-03T12:24:23.595826+00:00 heroku[web.1]: State changed from starting to crashed 
2017-09-03T12:33:34.507063+00:00 heroku[web.1]: Process exited with status 0 
2017-09-03T12:39:41.420058+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=mygallary.herokuapp.com request_id=10a1d1e0-5b5f-45f7-b65c-efdb8d6e9b3f fwd="106.51.243.120" dyno= connect= service= status=503 bytes= protocol=https 
2017-09-03T12:39:42.764416+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=mygallary.herokuapp.com request_id=5ff09ee3-26d7-44a6-8556-f4e5d19a0ce5 fwd="106.51.243.120" dyno= connect= service= status=503 bytes= protocol=https 

在此先感謝。

回答

0

嘗試在終端上輸入「heroku日誌」並在此共享日誌。

編輯: 它的「故宮運行啓動」或「節點startfile.js」如:「節點app.js」 (不.js文件可以鍵入唯一的應用程序)

+0

共享..請看看 –

相關問題