Report this

What is the reason for this report?

Failed to launch the browser process!

Posted on June 28, 2021

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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.