You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I previously had Laravel-pdf working, and now I'm getting a timeout error. I've done some upgrades recently, PHP 8.3.2 and Laravel 11. I'm assuming one of these broke things. I'm using Laravel Sail on WSL2 with Ubuntu 22.04.
The process "PATH=$PATH:/usr/local/bin:/opt/homebrew/bin NODE_PATH=npm root -g node '/var/www/html/vendor/spatie/browsershot/src/../bin/browser.cjs' '{"url":"file:\/\/\/tmp\/338852819-0542507001748269686\/index.html","action":"pdf","options":{"path":"\/tmp\/1682080461-0541064001748269686\/parts-purchased-202504-68347a76802dd.pdf","args":["--no-sandbox","--disable-setuid-sandbox","--disable-dev-shm-usage","--disable-gpu"],"viewport":{"width":800,"height":600},"displayHeaderFooter":false,"margin":{"top":"8mm","right":"12mm","bottom":"16mm","left":"12mm"},"landscape":true,"timeout":120000,"printBackground":true}}'" exceeded the timeout of 120 seconds.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I previously had Laravel-pdf working, and now I'm getting a timeout error. I've done some upgrades recently, PHP 8.3.2 and Laravel 11. I'm assuming one of these broke things. I'm using Laravel Sail on WSL2 with Ubuntu 22.04.
The process "PATH=$PATH:/usr/local/bin:/opt/homebrew/bin NODE_PATH=
npm root -gnode '/var/www/html/vendor/spatie/browsershot/src/../bin/browser.cjs' '{"url":"file:\/\/\/tmp\/338852819-0542507001748269686\/index.html","action":"pdf","options":{"path":"\/tmp\/1682080461-0541064001748269686\/parts-purchased-202504-68347a76802dd.pdf","args":["--no-sandbox","--disable-setuid-sandbox","--disable-dev-shm-usage","--disable-gpu"],"viewport":{"width":800,"height":600},"displayHeaderFooter":false,"margin":{"top":"8mm","right":"12mm","bottom":"16mm","left":"12mm"},"landscape":true,"timeout":120000,"printBackground":true}}'" exceeded the timeout of 120 seconds.
My dockerfile:
Beta Was this translation helpful? Give feedback.
All reactions