connection.readyState); client = new Client({ puppeteer: { headless: true, args: [ '--no-sandbox', '--disable-setuid-sandbox', '--disable-gpu', ], defaultViewport: { width: 800, height: 600 } }, authStrategy: new RemoteAuth({ store, backupSyncIntervalMs: 1000 * 60, clientId: ...