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
Hey there,
Did someone successfully deployed via docker to Google Cloud Run?
In the logs I always stay stuck at:
ConnectionEvent.downloadingChrome
The text was updated successfully, but these errors were encountered:
@rohitsangwan01 please add possibility to set noSandboxFlag in puppeteer.launch()
noSandboxFlag
puppeteer.launch()
browser = await puppeteer.launch( headless: headless, executablePath: executablePath, userDataDir: sessionDirectory, args: puppeteerArgs, noSandboxFlag: bool <<----- ); ```
Sorry, something went wrong.
@loic-hamdi you can add a PR for this , or first you can try this in your fork if this fixes your issue
No branches or pull requests
Hey there,
Did someone successfully deployed via docker to Google Cloud Run?
In the logs I always stay stuck at:
The text was updated successfully, but these errors were encountered: