We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Puppeteer cannot launch the browser process, since the shared library libnss3.so, needed for chrome to start, cannot be found.
To Reproduce Steps to reproduce the behavior:
Expected behavior The browser process starts without any errors
Screenshots
Possible solution Adding the missing dependencies not bundled with the node environment of Cloud Run to the Dockerfile or creating an own Dockerfile for the Cloud Run use case. Referring to the following articles: https://pptr.dev/troubleshooting#running-puppeteer-on-google-cloud-run-1 https://pptr.dev/troubleshooting#chrome-doesnt-launch-on-linux
The text was updated successfully, but these errors were encountered:
hey.
this pr might fix your issue. can you try again with the latest release?
#122
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Puppeteer cannot launch the browser process, since the shared library libnss3.so, needed for chrome to start, cannot be found.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The browser process starts without any errors
Screenshots
Possible solution
Adding the missing dependencies not bundled with the node environment of Cloud Run to the Dockerfile or creating an own Dockerfile for the Cloud Run use case. Referring to the following articles:
https://pptr.dev/troubleshooting#running-puppeteer-on-google-cloud-run-1
https://pptr.dev/troubleshooting#chrome-doesnt-launch-on-linux
The text was updated successfully, but these errors were encountered: