Skip to content
Discussion options

You must be logged in to vote

So to summarize, the original issue was that the queue workers were using an old version of Node.

To fix that, I used the default() function to make sure that every instance of Pdf uses the correct node version which I found using which node.

This resulted in the following error:

Error: Could not find Chrome (ver. 136.0.7103.92). This can occur if either
 1. you did not perform an installation before running the script (e.g. `npx puppeteer browsers install chrome-headless-shell`) or
 2. your cache path is incorrectly configured (which is: /root/.cache/puppeteer).
For (2), check out our guide on configuring puppeteer at https://pptr.dev/guides/configuration.

Which I resolved by manually i…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by SpencerIsTheKey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
1 participant
Converted from issue

This discussion was converted from issue #248 on May 13, 2025 07:38.