You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using encrypted secrets on a Rails 5.1 app, deployment fails with this message:
Rails::Secrets::MissingKeyError: Missing encryption key to decrypt secrets with. Ask your team for your master key and put it in ENV["RAILS_MASTER_KEY"]
I have RAILS_MASTER_KEY configured as environment variable but it's not picked up.
The text was updated successfully, but these errors were encountered:
When using encrypted secrets on a Rails 5.1 app, deployment fails with this message:
Rails::Secrets::MissingKeyError: Missing encryption key to decrypt secrets with. Ask your team for your master key and put it in ENV["RAILS_MASTER_KEY"]
I have
RAILS_MASTER_KEY
configured as environment variable but it's not picked up.The text was updated successfully, but these errors were encountered: