I'm trying to generate a pdf that includes an image using the Grover gem in Ruby on Rails. The image displays properly in html but when I convert the page to pdf the image does not display.
My images are stored in S3 and are displayed in the pdf with the following code:
<%= image_tag b.main_image, class: "cover-image" %>
Everything else works just fine.
Has anyone else run into issues displaying images with Grover.