Hello guys,
I am having problems trying to use Grove/Puppeteer to generate PDFs with Docker.
When I run my app in my machine (without Docker), I have no errors. I tested on Manjaro, Ubuntu and Debian.
But when tried with Docker, I’ve got this error:
Failed to launch the browser process! spawn /app/node_modules/puppeteer/.local-chromium/linux-782078/chrome-linux/chrome ENOENT TROUBLESHOOTING: puppeteer/docs/troubleshooting.md at main · puppeteer/puppeteer · GitHub
I tried the solutions suggested in puppeteer github docs, but no success.
Does anyone used Grove/Puppeteer with Docker?