civictechdc / districthousing

District Housing lets caseworkers help clients apply for Section 8 housing by automatically filling out multiple PDF applications using one online form.
http://codefordc.github.io/districthousing/
MIT License
40 stars 64 forks source link

Action controller error for downloading pdfs #415

Open kevko opened 6 years ago

kevko commented 6 years ago

Currently in the demo app there is a pdftk error when trying to download a pdf, any pdf.

On districthousing.org:

screen shot 2017-10-02 at 8 20 26 pm

Something is broken in pdf synching, from Google Drive where the master pdf files are stored to the application. We need a solution that fixes this and eliminates the need for manual intervention. We should also make sure this won't happen when Bread ultimately deploys the final app in their environment.

kevko commented 6 years ago

The same problem is also affecting my Docker instance installed a couple months ago. New Docker instances others set up tonight worked just fine.