WAHA session shows WORKING, but messages fail (ack = -1). Why is session state inconsistent and how should it be handled? #2114
Replies: 1 comment
-
Account-specific ACK=-1 after session recreationWe have narrowed the issue down significantly. Facts:
Additional testing:
This suggests that the issue is account-specific rather than infrastructure-related. Questions:
Any guidance would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am experiencing a critical inconsistency between WAHA session state and actual message delivery behavior and would like clarification on expected behavior and recommended handling.
Issue description
I using WAHA (WEBJS engine, version 2026.1.3) in production for sending WhatsApp messages.
Observed behavior
From last week (has been working well for the last six months) I see the following inconsistent states:
sendMessage returns success response (no errors)
In webhook I see:
Key issue
Despite all of the above, the session remains in WORKING state throughout.
This creates a misleading condition where:
The system appears healthy, but message delivery is actually failing or silently broken.
Received webhook (shortly):
Beta Was this translation helpful? Give feedback.
All reactions