Elliott James
Elliott James
great job!!!
> thanks @SammyWhamy , use `pm2 start node -- app.js` is worked。 but use `node ./job/checkMongoDB.js && pm2 start node -- app.js` doesn't work,it's confused 🤣 Not sure why it...
yeah looks like i have a similar issue as well.
any progress on this? I have the same problem
great read lets have beer! Its the weekend!
you can pass in browser configs via puppeteerOptions. ``` const cluster = await Cluster.launch({ concurrency: Cluster.CONCURRENCY_PAGE, maxConcurrency: 2, puppeteerOptions: { headless: false, devTools: true, ignoreHTTPSErrors: true, timeout: 0, args: [...
Same issue but upgrading to 13.5 did not help unfortunately. :(
@damienmckenna I was able to resolve this doing a factory reset on the instance.
I am having the same issue as well. Usually happens after my mac has been idle for some time.
I was able to resolve it by preventing the guest machine from sleeping. You can do a factory reset on the guest machine then ssh into it and from the...