About 2 results
https://johnbeales.com/2026/fixing-chromes-no-usable-sandbox-during-web-requests-with-browsershot-and-puppeteer/ · 11 Jun 2026
After getting Chrome up and running as the www-data user for Laravel workers, I tried to generate a PDF during a web request and got Chrome's "No usable sandbox!" error. Uh-oh. Chrome needs a sandbox, it is strongly discouraged to run without one. So, how ...
https://johnbeales.com/2026/install-chrome-as-the-www-data-user/ · 11 Jun 2026 · 🦋 Bluesky
After recently rebuilding the 4RoadService web server on Debian 13, Browsershot wasn't working right. It wasn't working at all. We run Laravel on a slightly old-school LAMP setup with PHP-FPM, and run the Laravel workers as the www-data user, the same user...