I just tried the basic installation and followed the instructions for the initial setup on a Mac, but it doesn't work, throwing the following error:
/Users/me/Sites/wwebjs-bot/node_modules/whatsapp-web.js/src/webCache/LocalWebCache.js:34
const version = indexHtml.match(/manifest-([\d\.]+).json/)[1];
^
TypeError: Cannot read properties of null (reading '1')
at LocalWebCache.persist (/Users/me/Sites/wwebjs-bot/node_modules/whatsapp-web.js/src/webCache/LocalWebCache.js:34:69)
at /Users/me/Sites/wwebjs-bot/node_modules/whatsapp-web.js/src/Client.js:786:36
Expected behavior
As a new user, I expect to be able to run the basic installation, per the documentation, and have a plain starting point.
Is there an existing issue for this?
Describe the bug
I just tried the basic installation and followed the instructions for the initial setup on a Mac, but it doesn't work, throwing the following error:
/Users/me/Sites/wwebjs-bot/node_modules/whatsapp-web.js/src/webCache/LocalWebCache.js:34 const version = indexHtml.match(/manifest-([\d\.]+).json/)[1]; ^ TypeError: Cannot read properties of null (reading '1') at LocalWebCache.persist (/Users/me/Sites/wwebjs-bot/node_modules/whatsapp-web.js/src/webCache/LocalWebCache.js:34:69) at /Users/me/Sites/wwebjs-bot/node_modules/whatsapp-web.js/src/Client.js:786:36
Expected behavior
As a new user, I expect to be able to run the basic installation, per the documentation, and have a plain starting point.
Steps to Reproduce the Bug or Issue
Relevant Code
No response
Browser Type
Chromium
WhatsApp Account Type
Standard
Does your WhatsApp account have multidevice enabled?
Yes, I am using Multi Device
Environment
Mac Node.js 16.15.1 whatsapp-web.js ^1.23.1
Additional context
No response