访问被拒绝到heroku应用程序

时间:2014-05-02 05:42:30

标签: ruby-on-rails heroku koding

我刚刚在Koding终端Chrome应用中的rails 4应用上创建了一个ruby。我已成功将应用程序git推送到Heroku,但每当我尝试访问我的应用程序的域时,<myapp>.herokuapp.com我都会看到一个页面:

Application Error
An error occurred in the application and your page could not be served. Please try again in a few moments.

如果您是应用程序所有者,请查看日志以获取详细信息。

当我查看http://s3.amazonaws.com/heroku_pages/error.html/日志时,它会说:

<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>DA3A6B32D49C510F</RequestId>
<HostId>1GLJkU8UYRWbwRD/P0rquzPhTnLOwUeRL37HBveDCKVjEY3yqc9GUtW84ivmx57l</HostId>
</Error>

我是新手在heroku上发布应用程序,任何帮助都会非常感激!!

1 个答案:

答案 0 :(得分:0)

生产环境中存在错误。 要在本地计算机上试用, 运行:

rails s RAILS_ENV =生产