I cannot seem to get my Stripe keys to save correctly. I have followed the directions I think correctly and have referenced the following site https://freedif.org/how-to-install-sharetribe-for-ubuntu-16-04 but each time I save my keys, they do not save correctly and am prompted to rekey the keys again.
I am having a similar issue. I try to add the keys in the admin and then get booted out to the home page. The server log shows this:
RuntimeError (can not encrypt Stripe keys, add app_encryption_key to config/config.yml)
Did you ever find a solution to this? I just keep getting the “app_encryption_key” error. I’ve done fresh installs a dozen times trying to spot a problem… it just never works.
I was finally able to get this to work by not enclosing the encryption key in quotes and making sure there was no space between the colon and the value. This seems finicky to me, but… whatevs.
(Also, you’ll need to restart the rails server after making the change)
Thank you for posting the tidbit about the no space between the colon and value. I tried numerous things and that finally solved it!