Hi!
Lately, I've been unable to connect to WhatsApp using whatsapp-web.js.
I read this discussion in this PR: https://github.com/pedroslopez/whatsapp-web.js/pull/2816
I understand that I need to use the new webpack-exodus version.
So, I did the following:
- Deleted the wwebjs_auth directory
- Installed the new version with: npm i github:pedroslopez/whatsapp-web.js#webpack-exodus
- Stopped using the webVersionCache property
Now, my configuration looks like this:
{
authStrategy: new LocalAuth({
clientId: "" ,
dataPath: "" ,
}),
puppeteer: {
executablePath: "" ,
}
}
However, I still can't log in. I see the QR code, but the loading event never ends.