Replies: 1 comment
-
I'm trying to replicate the issue of generated PDFs being blank, but the test cases all produce PDFs with content just fine. (I just removed the cleanup to see them) It's strange that I can't replicate this bug, as I experienced it myself while testing #870, but I can't recall how I got around it. The install command I ran for my own environment, and in Sail's Dockerfile:
Please give everything you can about your specific environment, including versions of Puppeteer, Chrome, Nodejs, running on Browsershot 4.2.0, and include some test code. |
Beta Was this translation helpful? Give feedback.
-
Puppeteer recently released v23 with some breaking changes and Browsershot no longer works with this version. I even tried Browsershot v4.2.0 witch includes #870 that claims to handle output for Puppeteer v23 and it also didn't work (though differently).
I suspect the main culprit of this is puppeteer/puppeteer#12757 where all references to
browser
were replaced withproduct
in Puppeteer. This likely requires some changes to Browsershot to accommodate the changes.Beta Was this translation helpful? Give feedback.
All reactions