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でアプリをリリースするのが初めてで、どんな助けも大歓迎です!!