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 上发布应用程序的新手,任何帮助将不胜感激!