Skip to content

Message send reports success and returns message ID, but message is not actually delivered (v1.34.7) #201732

@izofis

Description

@izofis

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

  • I use the latest released version of whatsapp-web.js.
  • I have searched existing issues and confirmed this is not a duplicate.
  • I have verified this is a library issue, not a problem with my code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething is brokenissued highHigh impact issuetypingsType definitions

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions