Clayton Cassi

Results 1 comments of Clayton Cassi

doing this step: ``` const client = new Client({ puppeteer: { args: ["--no-sandbox"] }, webVersionCache: { type: 'remote', remotePath: `https://raw.githubusercontent.com/wppconnect-team/wa-version/main/html/${wwebVersion}.html`, }, authStrategy: new LocalAuth({ dataPath: constants.sessionPath }) }); ``` I...