Laravel-snappy: Images and CSS

Created on 17 Apr 2018  路  5Comments  路  Source: barryvdh/laravel-snappy

Images and CSS are not loading over HTTPS.. What could be the issue?

stale

Most helpful comment

Hi, I also experienced the same issue when I'm using asset() to render images and if the image loaded from secured connection (HTTPS). I have a work around here, but not sure why it works. If you're trying to load/render image from the local files, just use the public_path() to load the image, and it will work even with ssl.

All 5 comments

Also experiencing this same issue.

Same issue here !

Hi, I also experienced the same issue when I'm using asset() to render images and if the image loaded from secured connection (HTTPS). I have a work around here, but not sure why it works. If you're trying to load/render image from the local files, just use the public_path() to load the image, and it will work even with ssl.

Currently I'm parsing images to base64 to avoid this issue..

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Any issues with PDF rendering itself that are not directly related to this package, should be reported on https://github.com/KnpLabs/snappy instead. When having doubts, please try to reproduce the issue with just snappy.
If you believe this is an actual issue with the latest version of laravel-snappy, please reply to this issue so we can investigate further.
Thank you for your contribution! Apologies for any delayed response on our side.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

closca picture closca  路  7Comments

leonardosapiras picture leonardosapiras  路  3Comments

zhuojiawei picture zhuojiawei  路  5Comments

tbaraiya picture tbaraiya  路  3Comments

krtorio picture krtorio  路  5Comments