Skip to content
New issue

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

Deploy docker to Google Cloud Run #37

Open
loic-hamdi opened this issue Jun 30, 2023 · 2 comments
Open

Deploy docker to Google Cloud Run #37

loic-hamdi opened this issue Jun 30, 2023 · 2 comments

Comments

@loic-hamdi
Copy link

Hey there,

Did someone successfully deployed via docker to Google Cloud Run?

In the logs I always stay stuck at:

ConnectionEvent.downloadingChrome
@loic-hamdi
Copy link
Author

@rohitsangwan01 please add possibility to set noSandboxFlag in puppeteer.launch()

browser = await puppeteer.launch(
          headless: headless,
          executablePath: executablePath,
          userDataDir: sessionDirectory,
          args: puppeteerArgs,
          noSandboxFlag: bool <<-----
        );
        ```

@rohitsangwan01
Copy link
Owner

@loic-hamdi you can add a PR for this , or first you can try this in your fork if this fixes your issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants