[Bug]: Browsershot node path error again at AWS EC2 instance with Ubuntu OS #205
Replies: 10 comments 9 replies
-
Having this exact issue. Anyone got a solution? |
Beta Was this translation helpful? Give feedback.
-
Not now. Still bugs. |
Beta Was this translation helpful? Give feedback.
-
any updates? |
Beta Was this translation helpful? Give feedback.
-
You can check in here. But for now, whether this is working or not, I haven't checked it out yet. I will check soon. |
Beta Was this translation helpful? Give feedback.
-
I still have this same error on Amazon Linux 2023 (AL2023) no matter what I try. Working fine on the local server, but it totally crapped out on the production server. |
Beta Was this translation helpful? Give feedback.
-
Did anyone find a solution to this - mine is running the latest version on a ubuntu 20 server and has stopped working in production since I last pushed with the same error. |
Beta Was this translation helpful? Give feedback.
-
Last month, after trying several methods, I managed to resolve this issue on my production server (Amazon EC2) as follows.
|
Beta Was this translation helpful? Give feedback.
-
Same issue in my project (local) using Sail on MacOS. |
Beta Was this translation helpful? Give feedback.
-
Same error. actually on forge ubuntu 24 . any help? |
Beta Was this translation helpful? Give feedback.
-
Here is the error I'm getting: [2025-01-18 21:58:23] production.ERROR: The command "PATH=$PATH:/usr/local/bin:/opt/homebrew/bin NODE_PATH= |
Beta Was this translation helpful? Give feedback.
-
What happened?
When clicking the download button to generate a PDF using the Laravel PDF package through Browsershot, the process failed because Puppeteer could not locate the required Chrome installation. The error message states that Chrome (version 129.0.6668.70) could not be found, which suggests that either Puppeteer was not correctly installed or the cache path is misconfigured.
How to reproduce the bug
I'm not sure if this step is needed or not https://spatie.be/docs/browsershot/v4/requirements#content-installing-puppeteer-on-a-forge-provisioned-server. That installation guide points me to install puppeteer@^17.
Package Version
^1.5
PHP Version
^8.2
Laravel Version
^11.0
Which operating systems does with happen with?
Linux
Notes
Thank you so much your kindly help.
Beta Was this translation helpful? Give feedback.
All reactions