Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue in localwebcache.js file #3059

Closed
1 task done
Avinah009 opened this issue May 28, 2024 · 2 comments
Closed
1 task done

issue in localwebcache.js file #3059

Avinah009 opened this issue May 28, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Avinah009
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

i found error in localwebcache.js while extracting version from indexhtml

code details:
const version = indexHtml.match(/manifest-([\d\.]+).json/)[1];

error like null exception, indexhtml does not match this regex format, please give me proper solution

Expected behavior

i want solution

Steps to Reproduce the Bug or Issue

when npm start on specific port, then it will get error

Relevant Code

const version = indexHtml.match(/manifest-([\d\.]+).json/)[1];

Browser Type

Google Chrome

WhatsApp Account Type

Standard

Does your WhatsApp account have multidevice enabled?

No, I am not using Multi Device

Environment

windows

Additional context

No response

@Avinah009 Avinah009 added the bug Something isn't working label May 28, 2024
@GustavoBazinga
Copy link

Hey! How do you fix this?

@alechkos
Copy link
Collaborator

#2789
#2816

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants