0

Koding我刚刚在终端 Chrome 应用程序中创建了一个 ruby​​ on rails 4 应用程序。我成功地将应用程序推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 上发布应用程序的新手,任何帮助将不胜感激!

4

1 回答 1

0

你的生产环境有错误。要在本地机器上尝试,请运行:

rails s RAILS_ENV=production

于 2014-05-02T07:08:44.503 回答