How to permanently fix chmod changes to an app deployed on Heroku? [duplicate]
I just made a post yesterday - How to solve "500 internal server error" on a deployed python app on Heroku?
And today I actually have discovered the problem. The program isn't missing, but instead program's access on Heroku has been denied. So, I just did a SSH to Heroku and chmod the exiftool and now it works fine.
But then comes an another problem. This chmod change is only temporary. After a few minutes, the error comes again and I have to do the chmod thing again to make it work.
Is there any way to permanently fix this?
Comments
Post a Comment