Replies: 8 comments 7 replies
-
@duvalg did you get anywhere with this - same issue for me |
Beta Was this translation helpful? Give feedback.
-
I run into the same issue. Anyone fixed this ? |
Beta Was this translation helpful? Give feedback.
-
Any update on this ? |
Beta Was this translation helpful? Give feedback.
-
Hello friends, I managed to solve the problem by installing the puppeteer version compatible with the Node js version: For Node js 14 npm install puppeteer@10.4.0 |
Beta Was this translation helpful? Give feedback.
-
I have got same issue with laravel "^10.10" and browser shot "^3.61". Anybody figure this out ? I have also install popeteer package. I am using node version "18.13.0". I have following structure.
Here is Error log:
|
Beta Was this translation helpful? Give feedback.
-
Any update guys ? I am still getting this error |
Beta Was this translation helpful? Give feedback.
-
I had this same error using laravel-pdf (which uses Browsershot). Turned out the issue was the Chrome executable bundled with Puppeteer. Chrome is stored in |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, I faced the same issue. Local environment: Ubuntu 24.04, Apache, Node.js v18.19.1, puppeteer v 23.0.2 — everything worked fine. For Node.js 14:
I downgraded to Node.js v14 and installed the matching Puppeteer version. This solved the problem for me. If you're able to downgrade to Node.js v14, I recommend giving this a try. Also, try to install Chromium in your server and use You can try other options like Hope your problem be solved asap ;) |
Beta Was this translation helpful? Give feedback.
-
Hey there,
I'm trying to use Spatie/Browsershot but can't quite figure out how to make it work with my docker environnment.
Error Output (
Spatie\Browsershot\Exceptions\CouldNotTakeBrowsershot
)Controller Method (to test the library)
docker-compose.yml
More context
I have puppeteer.js installed (
npm install -g puppeteer
) also as chromium (npm install chromium
).My app is running
Any help would be awesome, thanks 🥲
PS: I checked for similar issue in the discussions/other forums before asking for help here :)
Beta Was this translation helpful? Give feedback.
All reactions