मैंने हर्को को अपना ऐप तैनात किया। यह एक नोड.जेएस + एक्सप्रेस + सॉकेट.आईओ ऐप है और यह package.json
फाइल है
{
"name": "game_test",
"author": "Ilya",
"description": "A test app for our board game",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app"
},
"dependencies": {
"express": "3.0.6",
"jade": "*",
"socket.io" : "*"
},
"engines": {
"node": "0.8.14"
}
}
यह वह लॉग है जो मुझे मिलता है:
heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/ host=game-test-1.herokuapp.com fwd=37.26.146.185 dyno= queue= wait= connect= service= status=503 bytes=
heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/favicon.ico host=game-test-1.herokuapp.com fwd=37.26.146.185 dyno= queue= wait= connect= service= status=503 bytes=
इसका क्या मतलब है?
heroku restart
फिर इसे लॉन्च करने के लिए अपने लॉग में आगे देखें ताकि आप इसे फिर से क्रैश देख सकें।