Initializing...
/Users/mac/projects/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/mac/projects/whatsapp-web.js/src/webCache/LocalWebCache.js:34:69)
at /Users/mac/projects/whatsapp-web.js/src/Client.js:786:36
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Expected behavior
The server supposed to start instead am getting error
Steps to Reproduce the Bug or Issue
Run npm start
Relevant Code
No response
Browser Type
Other (please write in Additional Context)
WhatsApp Account Type
Standard
Does your WhatsApp account have multidevice enabled?
Is there an existing issue for this?
Describe the bug
Initializing... /Users/mac/projects/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/mac/projects/whatsapp-web.js/src/webCache/LocalWebCache.js:34:69) at /Users/mac/projects/whatsapp-web.js/src/Client.js:786:36 at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Expected behavior
The server supposed to start instead am getting error
Steps to Reproduce the Bug or Issue
Relevant Code
No response
Browser Type
Other (please write in Additional Context)
WhatsApp Account Type
Standard
Does your WhatsApp account have multidevice enabled?
Yes, I am using Multi Device
Environment
Node JS
Additional context
No response