0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

rails heroku エラー録

Posted at

久しぶりにHerokuにpushしようとしたらエラーが、、

...
remote: -----> Preparing app for Rails asset pipeline
remote:        Running: rake assets:precompile
remote:        rake aborted!
remote:        ActiveSupport::MessageEncryptor::InvalidMessage: ActiveSupport::MessageEncryptor::InvalidMessage
...
remote:        
remote:        Caused by:
remote:        OpenSSL::Cipher::CipherError: 

ActiveSupport::MessageEncryptor::InvalidMessage
これはrailsのmaster.keyが原因のエラーぽい

Herokuに登録しなければいけないぽいので

heroku config:set RAILS_MASTER_KEY=`cat config/master.key`
Setting RAILS_MASTER_KEY and restarting ⬢ tunagu-natto... done, v475
RAILS_MASTER_KEY: 72ddbs9f8c905e836e4e8dbf72a8b
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?