Images and CSS are not loading over HTTPS.. What could be the issue?
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.
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 thepublic_path()to load the image, and it will work even with ssl.