Published
- 1 min read
ActiveSupport::MessageEncryptor::InvalidMessage (ActiveSupport::MessageEncryptor::InvalidMessage
The solution for this is noted below
ActiveSupport::MessageEncryptor::InvalidMessage (ActiveSupport::MessageEncryptor::InvalidMessage
Solution
# 1. Remove the credentials:
rm -rf config/credentials.yml.enc
# 2. Create a new credentials:
EDITOR="mate --wait" bin/rails credentials:edit
Try other methods by searching on the site. That is if this doesn’t work