Wicked_pdf: Error LibXrender1 on Heroku-18

Created on 31 May 2018  路  1Comment  路  Source: mileszs/wicked_pdf

Hello,

Firstly thanks for your work ;)
The heroku-18 stack only includes libXrender at build time, not at runtime.

How to fix this ?

All the best,

ToM

wkhtmltopdf

Most helpful comment

According to this issue:

heroku buildpacks:add --index 1 https://github.com/heroku/heroku-buildpack-apt

Then add into project file Aptfile

libxrender1

Let me know if that works or not, otherwise, you can revert (for now) to an earlier Heroku stack with:

heroku stack:set heroku-16 -a example-app
git commit -m "upgrade to heroku-16" --allow-empty
git push heroku master

>All comments

According to this issue:

heroku buildpacks:add --index 1 https://github.com/heroku/heroku-buildpack-apt

Then add into project file Aptfile

libxrender1

Let me know if that works or not, otherwise, you can revert (for now) to an earlier Heroku stack with:

heroku stack:set heroku-16 -a example-app
git commit -m "upgrade to heroku-16" --allow-empty
git push heroku master
Was this page helpful?
0 / 5 - 0 ratings

Related issues

dgdosen picture dgdosen  路  5Comments

VladFarion picture VladFarion  路  4Comments

lisamburns picture lisamburns  路  3Comments

BlakeWard picture BlakeWard  路  3Comments

lsarni picture lsarni  路  5Comments