When the whatsapp bot stays for too long without activity, the client stops responding.
How would i a be able to fix this?
I have tried using both Local and RemoteAuth
My puppeteer settings are as follows:
puppeteer: { headless: true,args: ['--no-sandbox', '--disable-setuid-sandbox']}
I also found this github issue
I don't know if another found a solution to this
https://github.com/pedroslopez/whatsapp-web.js/issues/377
Any help or guide will be appreciated