IDCOLL

Results 5 comments of IDCOLL

> Im trying to figure this out as well. > > I have successfully used buildInstructions to` apt-get install` the required dependencies. However a runaway amount of Chrome processes are...

> Hi @IDCOLL , > I have build 2 custom docker images based on meteord with 8.11.2 node version > https://hub.docker.com/r/nabiltntn/meteord-node-with-chromium/tags > > `8.11.2_dumb-init` starts the application with dumb-init to...

Thanks @nabiltntn it worked. I had to make a small adjustment in my puppeteer code: `await puppeteer.launch({headless: true, args:['--no-sandbox']})` The --no-sandbox argument is critical otherwise PUPPETEER will give the following...

WOW, eventually stumbled onto this, phantomPath: "/usr/bin/phantomjs" is the way to go to make webshot work. Thanks to @bsbechtel

@Ipamdfk, you mentioned in your last post that you sorted this problem by uninstalling the phatomjs-prebuilt instances in the docker environment. How do you actually do it?