-
Notifications
You must be signed in to change notification settings - Fork 368
Description
Migration has breaking changes and Here is the migration guide for the https://baileys.wiki/docs/migration/to-v7.0.0/
command: npm i @whiskeysockets/[email protected]
Currently, after logging in, the session disconnects within a few seconds, and the WhatsApp webhook is unregistered, resulting in automatic logout.
{
"level": 30,
"time": 1766385736706,
"pid": 18,
"name": "middleware:requestLogger",
"message": "Request body",
"requestId": "3b221df4-a7f3-436c-b057-b8525e2c8440",
"body": {
"event": "connection.update",
"instance": {
"id": 5507,
"name": "53776293-c634-4efa-874a-ba6297dbaebb",
"description": null,
"connectionStatus": "OFFLINE",
"createdAt": "2025-12-22T03:33:19.427Z",
"updatedAt": "2025-12-22T06:34:13.937Z",
"externalAttributes": {}
},
"data": {
"instance": "53776293-c634-4efa-874a-ba6297dbaebb",
"state": "open",
"statusReason": 200
}
},
"timestamp": "2025-12-22T06:42:16.706Z"
}
{
"level": 30,
"time": 1766385798524,
"pid": 18,
"name": "whatsappHelper",
"message": "Unregistering webhook for WhatsApp instance",
"instanceName": "53776293-c634-4efa-874a-ba6297dbaebb",
"webhookUrl": "https://sendlater-for-whatsapp-api.nhs9sl.easypanel.host/whatsapp/webhook",
"timestamp": "2025-12-22T06:43:18.524Z"
}