This commit is contained in:
@@ -373,6 +373,12 @@ namespace AyaNova.Biz
|
||||
lo.ExecutablePath = "/usr/bin/chromium-browser";//this is the default path for docker based alpine dist, but maybe not others, need to make a config setting likely
|
||||
// lo.Args = new string[] { "--no-sandbox" };
|
||||
/*
|
||||
Note: plenty of zombie process issues in regular puppeteer as well
|
||||
These links might be worth looking at in future if diagnosing other issues:
|
||||
https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#running-on-alpine
|
||||
|
||||
|
||||
|
||||
https://github.com/puppeteer/puppeteer/issues/1825
|
||||
const chromeFlags = [
|
||||
'--headless',
|
||||
|
||||
Reference in New Issue
Block a user