前提・実現したいこと
ここに質問の内容を詳しく書いてください。
git push heroku -force
で強制的にデブロイを行いました。
gitのブランチの感じでなかなかデブロイができなくなって強制的にデブロイした。
その後、デブロイに成功していたアプリに題名の通りにエラー表示になってしまいました
発生している問題・エラーメッセージ
heroku logs -tails
をしたところ
2020-04-22T13:26:09.931594+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=akanekukita.herokuapp.com request_id=8d09a69d-c809-4ab7-81c4-4ee6fc2f8644 fwd="126.140.137.174" dyno= connect= service= status=503 bytes= protocol=https 2020-04-22T13:26:11.840359+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=akanekukita.herokuapp.com request_id=96e91d4b-aa06-43bd-9ba7-ea800878f955 fwd="126.140.137.174" dyno= connect= service= status=503 bytes= protocol=https ^[ccc2020-04-22T13:28:17.457597+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=akanekukita.herokuapp.com request_id=20313929-9591-427a-aa1d-289ffd485d5a fwd="126.140.137.174" dyno= connect= service= status=503 bytes= protocol=https 2020-04-22T13:28:18.125239+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=akanekukita.herokuapp.com request_id=aae6a54d-39e7-4cfa-a382-05ee208b19ef fwd="126.140.137.174" dyno= connect= service= status=503 bytes= protocol=https
このようなエラーメッセージが出ています。
・heroku run rails console
ではこのようなメッセージが語尾に強調されます。(他にはエラーなし)
ActiveSupport::MessageEncryptor::InvalidMessage (ActiveSupport::MessageEncryptor::InvalidMessage)
試したこと
・appにactivestorageのS3の設定をしていなかったため、設定をしなおしました。
ここに問題に対して試したことを記載してください。
補足情報(FW/ツールのバージョンなど)
AWSの環境をcloneで移動して一度デブロイ、その後編集した後(viewページのデザイン変更)し、pushしてからのエラーです。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。