puppeteer-sharp icon indicating copy to clipboard operation
puppeteer-sharp copied to clipboard

Timeout issue on Cloud Run

Open ravigaur-p41 opened this issue 6 months ago • 0 comments

I am facing a Timeout issue while launching Puppeteer browser on Google Cloud Run Service. I tries many solution but still facing same issue.

var browser = await Puppeteer.LaunchAsync(new LaunchOptions { Headless = true, ExecutablePath = executablePath, Args = [ "--no-sandbox", "--disable-setuid-sandbox", "--disable-dev-shm-usage", "--disable-gpu", "--no-zygote", "--single-process" ], Timeout = 120000 });

getting error Timed out after 120000 ms while trying to connect to Base!

ravigaur-p41 avatar Jun 03 '25 12:06 ravigaur-p41