Heroku流星应用程序上的错误 [英] Error on heroku meteor app

查看:133
本文介绍了Heroku流星应用程序上的错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已按照本文档中提供的以下过程将Web应用程序部署在heroku上:

I deployed my web app on heroku with the following procedures given in this document: https://medium.com/@leonardykris/how-to-run-a-meteor-js-application-on-heroku-in-10-steps-7aceb12de234#.93vvydncs

然后我的应用程序未运行,并且日志显示流星需要节点v 0.10.41或更高版本.

Then my app was not running and the logs said that meteor needs node v 0.10.41 or above.

我将buildpack更改为- https://github.com/kevinseguin/heroku -buildpack-meteor.git 按照

I changed my buildpack to - https://github.com/kevinseguin/heroku-buildpack-meteor.git as per the solution in Meteor requires Node v0.10.41 or later Error on heroku deployment.

然后我得到了错误:

2016-08-19T14:50:27.547793 + 00:00 heroku [router]:at =错误代码= H10 desc =应用程序崩溃";方法=获取路径="/" host = dss-society.herokuapp.com request_id = c116c227-b93e-482f-b17e-ec198d65fcf6 fwd ="182.64.121.74" dyno = connect = service = status = 503字节=

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 =错误代码= H10 desc =应用程序崩溃";方法=获取路径="/favicon.ico" host = dss-society.herokuapp.com request_id = 7ecbfb98-2ee4-4df9-a503-08d013ca8c4a fwd ="182.64.121.74" dyno = connect = service = status = 503字节=

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=

现在我不知道下一步该怎么做.需要帮助.

Now I don't know what to do next. Need help.

我在heroku分期上的应用程序网址为: https://dss-society.herokuapp.com/

My app url on heroku staging is: https://dss-society.herokuapp.com/

我的heroku配置包含MONGODB_URI,MONGOLAB_URI和MONGO_URL,它们都具有相同的值.它还具有PAPERTRAIL_API_TOKEN和ROOT_URL,它们设置为 https://dss-society.herokuapp.com

My config of heroku has MONGODB_URI, MONGOLAB_URI, and MONGO_URL, all having the same values. Also it has PAPERTRAIL_API_TOKEN and ROOT_URL which is set to https://dss-society.herokuapp.com

我的流星版本是1.3.4.1.

My meteor version is 1.3.4.1.

我希望对此有所解决.谢谢

I hope to get some solution over this. Thanks

推荐答案

您使用的buildpack似乎无效.尝试使用: https://github.com/AdmitHub/meteor-buildpack-horse

The buildpack you are using does not seem to work. Try and use: https://github.com/AdmitHub/meteor-buildpack-horse

所以:

heroku buildpacks:set https://github.com/AdmitHub/meteor-buildpack-horse.git

我已复制并替换了指南的部分内容,您可以在此处找到它们: https://github.com/JaySheombar/meteor-on-heroku

I've copied and replaced parts of the guide which you can find here: https://github.com/JaySheombar/meteor-on-heroku

这篇关于Heroku流星应用程序上的错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆