プログラミング初学者です。
現在rails チュートリアル第6版を参考に学習を進めており、13章の本番環境で画像を投稿できるようにデプロイをしていたのですが、下記のエラーが出てしまっています。
2021-03-29T10:47:34.776491+00:00 heroku[web.1]: Process exited with status 1 2021-03-29T10:47:34.869641+00:00 heroku[web.1]: State changed from starting to crashed 2021-03-29T10:48:46.987860+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=polar-forest-13067.herokuapp.com request_id=634825af-cab5-46e5-832d-499842efe654 fwd="134.180.240.96" dyno= connect= service= status=503 bytes= protocol=http 2021-03-29T10:48:47.226087+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=polar-forest-13067.herokuapp.com request_id=c6983cdf-418e-48c6-b982-72de4cb16883 fwd="134.180.240.96" dyno= connect= service= status=503 bytes= protocol=http 2021-03-29T10:49:01.533547+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=polar-forest-13067.herokuapp.com request_id=595691a9-5460-4ca2-81d4-7ff96e0e7c0a fwd="134.180.240.96" dyno= connect= service= status=503 bytes= protocol=http 2021-03-29T10:49:01.791456+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=polar-forest-13067.herokuapp.com request_id=6be31e4f-1930-4ceb-b297-3d6c7cb46fe2 fwd="134.180.240.96" dyno= connect= service= status=503 bytes= protocol=http
missing credentials, provide credentials with one of the following options: - :access_key_id and :secret_access_key - :credentials - :credentials_provider
試したこととして、app crashedの原因を調べ、awsのiamの環境変数の設定がうまくできていないことが原因かと思い、herokuのダッシュボード、設定、config varsより確認したところ、しっかり設定されていました。
解決方法をご教授お願いします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。