-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navigation Timeout on generating pdf #255
Comments
You're going to have to provide a little context around how you're actually using Grover. What have you tried in the way of debugging ?? |
I think I have a similiar issue here.
But I think this error is caused by turn off the headless mode 🤔 The error in rails console is . Increased the protocolTimeoutto 300_000` still have the problem (Before I was using Ruby 3.1.2, Puppeteer 18.2.1)
|
No, this does not appear to be a similar issue. The error message is telling you what your problem is.
LMGTFY: puppeteer/puppeteer#8148 |
I'm getting a navigation timeout randomly (majorly if I refresh the page). I have a rails end point that returns a pdf generated by Grover (to_pdf). It works fine on first page load but if I refresh the page (it kinda gets unresponsive and results in a navigation timeout).
Also, if change some contents of the html.erb and refresh the page, i get navigation timeout.
Any idea about how to fix this?
The text was updated successfully, but these errors were encountered: