OpenSSL::Cipher::CipherError:

I tired to deployed to RENDER and got this message that is pointing to file that I do not have.

How do I go about this error?

Hey - this is an issue with your application and something specific to Render. ActiveSupport::MessageEncryptor is all about Rails credentials and the RAILS_MASTER_KEY environment variable. Do you have that key setup, is it the right key? The cipher error suggests it’s not a valid key being used here.

https://stackoverflow.com/questions/60914354/cant-find-the-source-of-this-error-opensslcipherciphererror
https://stackoverflow.com/questions/54277392/rails-activesupportmessageencryptorinvalidmessage

Regards,

John B

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.