heroku-buildpack-meteor icon indicating copy to clipboard operation
heroku-buildpack-meteor copied to clipboard

Meteor v 1.3.4.1 is not running on heroku

Open devin6391 opened this issue 8 years ago • 1 comments

Hi,

I get the following error when I try to run my app. My meteor version is 1.3.4.1.

2016-08-19T19:05:51.601552+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=dss-society.herokuapp.com request_id=d69e885f-f280-466c-983d-290e6ad563ac fwd="122.162.155.80" dyno= connect= service= status=503 bytes=

2016-08-19T19:05:53.110399+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=dss-society.herokuapp.com request_id=21f873ad-ea6f-4f72-92c7-0f1c6d94ae3f fwd="122.162.155.80" dyno= connect= service= status=503 bytes=

devin6391 avatar Aug 19 '16 19:08 devin6391

@devin6391 you can updrage node at bin/compile_node(row 37) to v0.10.41 that require with [email protected]. It worked for me. @jordansissel the same issue, please review :dancer: .

pqminh avatar Aug 30 '16 07:08 pqminh