【发布时间】:2016-12-26 19:11:40
【问题描述】:
我在 heroku 上部署了我的网络应用程序,并按照本文档中给出的以下过程:https://medium.com/@leonardykris/how-to-run-a-meteor-js-application-on-heroku-in-10-steps-7aceb12de234#.93vvydncs
然后我的应用程序没有运行,日志说流星需要节点 v 0.10.41 或更高版本。
根据Meteor requires Node v0.10.41 or later Error on heroku deployment 中的解决方案,我将 buildpack 更改为 - https://github.com/kevinseguin/heroku-buildpack-meteor.git。
然后我得到错误:
2016-08-19T14:50:27.547793+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=dss-society.herokuapp.com request_id=c116c227-b93e-482f-b17e-ec198d65fcf6 fwd="182.64.121.74" dyno= connect= service= status=503 bytes=
2016-08-19T14:50:28.650907+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=dss-society. herokuapp.com request_id=7ecbfb98-2ee4-4df9-a503-08d013ca8c4a fwd="182.64.121.74" dyno= connect= service= status=503 bytes=
现在我不知道下一步该做什么。需要帮助。
我在 heroku staging 上的应用网址是:https://dss-society.herokuapp.com/
我的 heroku 配置有 MONGODB_URI、MONGOLAB_URI 和 MONGO_URL,它们都具有相同的值。它还有 PAPERTRAIL_API_TOKEN 和 ROOT_URL 设置为https://dss-society.herokuapp.com
我的流星版本是 1.3.4.1。
我希望得到一些解决方案。谢谢
【问题讨论】: