You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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