-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Response Body from http://localhost:3000/api/{session}/auth/request-code
{
"statusCode": 500,
"timestamp": "2026-02-25T11:17:44.084Z",
"exception": {
"message": "Connection Failure",
"data": {},
"isBoom": true,
"isServer": false,
"output": {},
"name": "Error",
"stack": "Error: Connection Failure\n at WebSocketClient. (file:///app/node_modules/@adiwajshing/baileys/lib/Socket/socket.js:788:13)\n at WebSocketClient.emit (node:events:508:28)\n at file:///app/node_modules/@adiwajshing/baileys/lib/Socket/socket.js:464:35\n at Object.decodeFrame (file:///app/node_modules/@adiwajshing/baileys/lib/Utils/noise-handler.js:141:17)\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\n at async WebSocketClient.onMessageReceived (file:///app/node_modules/@adiwajshing/baileys/lib/Socket/socket.js:441:9)"
},
"request": {
"path": "/api/topsalao_135082_5516991352281/auth/request-code",
"method": "POST",
"body": {
"phoneNumber": "12132132130",
"method": null
},
"query": {}
},
"version": {
"version": "2026.1.2",
"engine": "NOWEB",
"tier": "PLUS",
"browser": null,
"platform": "linux/x64"
}
}
When trying with the latest version, I can't even create the session because it gives an "unauthorized" error. My API keys are disabled in the configuration. Everything was working fine until yesterday.