5 questions
0 votes
1 answer
229 views
Grover Throwing Javascript Timeout Error in Rails App
I'm getting an error when rendering PDFs with Grover gem in a rails app: Grover::JavaScript::TimeoutError: Timed out after waiting 30000ms Couple key points: Using Grover gem on rails 7 app Fails in ...
0 votes
1 answer
223 views
Kamal + Grover::JavaScript::TimeoutError
I'm using Kamal to deploy a Sinatra web app and within that I'm using Grover to process pdfs. The problem I've got is that when I to https://myserver.com/pdf3 I get the following error; Grover::...
0 votes
0 answers
190 views
CSS not loading in PDF generated using Grover gem in production mode
I am using grover gem to generate PDF from HTML template. Its working fine locally, but PDF looks UI less on production environment. I am using AWS cloudfront as CDN in production mode. Here is a ...
0 votes
1 answer
123 views
Problem install Grover on Google App Engine (GAE)
I am trying to integrate Grover into my project on Google App Engine (GAE) Standard, ruby30 environment. When I try to print a pdf I get the following message: Grover::DependencyError (Cannot find ...
1 vote
1 answer
299 views
rendering colours in PDF generation
two snippets of code are leading to the same result <span style='color: rgb(255, 0, 0); ' > [...]</span> <div class='tree_vertical_father'> [...] </div> *where* ....