I have a Rails 7 application and have already updated the credentials. I copied the value of master.key and put it in the render variable. However, I’m still seeing this error.
==> Deploying...
==> No open ports detected, continuing to scan...
==> Docs on specifying a port: https://render.com/docs/web-services#port-binding
bin/rails aborted!
ActiveSupport::MessageEncryptor::InvalidMessage: ActiveSupport::MessageEncryptor::InvalidMessage
/rails/config/environment.rb:5:in <main>'
Tasks: TOP => db:prepare => db:load_config => environment
(See full trace by running task with --trace)
==> Exited with status 1
==> Common ways to troubleshoot your deploy: https://docs.render.com/troubleshooting-deploys
bin/rails aborted!
ActiveSupport::MessageEncryptor::InvalidMessage: ActiveSupport::MessageEncryptor::InvalidMessage
/rails/config/environment.rb:5:in <main>'
Tasks: TOP => db:prepare => db:load_config => environment
(See full trace by running task with --trace)