diff --git a/app.js b/app.js index f0bd6d3..6732bcb 100644 --- a/app.js +++ b/app.js @@ -121,7 +121,13 @@ const withSession = () => { const withOutSession = () => { console.log('No tenemos session guardada'); - client = new Client(); + client = new Client({ + puppeteer: { + args: [ + '--no-sandbox' + ], + } + }); client.on('qr', qr => { qrcode.generate(qr, { small: true });