Skip to content

[WEBJS] - WAHA fails after WhatsApp Web update – Error: "No LID for user" + "window.Store.ContactMethods.getIsMyContact is not a function" #1677

@danirpa

Description

@danirpa

After the most recent WhatsApp Web update (version 2025.11.x), the WAHA container stopped being able to send messages through /api/sendText.
Even though the session authenticates correctly and WAHA reports "session:default is ready", every attempt to send a message results in:
Error: No LID for user
TypeError: window.Store.ContactMethods.getIsMyContact is not a function
This indicates a breaking change in WhatsApp Web's internal API (window.Store), affecting the WebJS engine used by WAHA.

This issue occurred after WhatsApp Web updated (the logs show: "version":"2025.11.3").

"message":"No LID for user"

TypeError: window.Store.ContactMethods.getIsMyContact is not a function

and references to new minified WhatsApp Web JS files: https://static.whatsapp.net/rsrc.php/v4/yu/...
This indicates the WhatsApp Web internal API changed and broke the WebJS patches.

This is a compatibility break caused by a recent WhatsApp Web update.
WAHA/WebJS is still calling functions that no longer exist:
window.Store.ContactMethods.getIsMyContact

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions