0

I'm hosting Locomotive CMS on Heroku, and after a while my uploaded theme files will just be blank. I get a 404 response and the actual files in the admin backend are blank.

Anyone had this issue previously?

zkwentz
  • 1,095
  • 5
  • 22
  • 44

1 Answers1

0

Heroku has a read-only filesystem. Uploaded files may be stored temporarily but they will be periodically cleaned-out. It sounds like this may be happening.

Make sure you've configured Locomotive to use your Amazon S3 credentials, as outlined on this page: http://doc.locomotivecms.com/installation/heroku

smudge
  • 801
  • 1
  • 6
  • 21