Issue Description
Problem Description
After upgrading to v1.34.7 (Latest), message sending behaves incorrectly:
The send operation is reported as successful.
A message ID is returned.
However, the message is not delivered to the recipient.
The same message is also not visible in the sender’s own WhatsApp chat history.
This behavior started appearing with v1.34.7.
Reproduction Steps
Steps to Reproduce
Run the client with v1.34.7 (Latest).
Ensure the session/client is in a ready/connected state.
Trigger a send message operation to any recipient.
Observe that the API/process reports success and returns a message ID.
Check the recipient account: the message is not received.
Check the sender account chat: the same message is not present there either.
Repeat with different recipients; the same behavior persists.
Code Sample
sentMessage = await client.sendMessage(messageto, messagedata, { sendSeen: true });
User Setup
| WhatsApp |
Type |
| Account Type |
Standard |
| Authentication Strategy |
RemoteAuth |
| WhatsApp Web Version |
000000000000000 |
| whatsapp-web.js Version |
1.34.7 |
| Environment |
Version |
| Browser Type |
Chrome |
| Browser Version |
000000 |
| Phone OS Version |
Andoid |
| Running OS Version |
Ubuntu 24 |
| Node.js Version |
v20.19.5 |
Checklist
Issue Description
Problem Description
After upgrading to v1.34.7 (Latest), message sending behaves incorrectly:
The send operation is reported as successful.
A message ID is returned.
However, the message is not delivered to the recipient.
The same message is also not visible in the sender’s own WhatsApp chat history.
This behavior started appearing with v1.34.7.
Reproduction Steps
Steps to Reproduce
Run the client with v1.34.7 (Latest).
Ensure the session/client is in a ready/connected state.
Trigger a send message operation to any recipient.
Observe that the API/process reports success and returns a message ID.
Check the recipient account: the message is not received.
Check the sender account chat: the same message is not present there either.
Repeat with different recipients; the same behavior persists.
Code Sample
User Setup
Checklist