By temacoder
How can I use chrome for puppeteer in my nodejs application on the Apps Platform?
(node:27) UnhandledPromiseRejectionWarning: Error: Failed to launch the browser process!
/workspace/node_modules/puppeteer/.local-chromium/linux-856583/chrome-linux/chrome: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello @temacoder
You won’t be able to launch puppeteer using buildpacks because it requires higher privileges to launch the browser. You might have to deploy the app using Dockerfile where you will be able to customize and install required packages.
We already had a similar discussion in our community and here is the link to it: Community Question related to Puppeteer
Best, Dikshith
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.