Request failed with status code 500 #1813
Replies: 6 comments 4 replies
-
|
I've been having the exact same problem since this morning. Can anyone help me fix it? |
Beta Was this translation helpful? Give feedback.
-
|
same issue facing |
Beta Was this translation helpful? Give feedback.
-
|
Same error , should i update waha? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
try to add country code number + 9 + phone number and so |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
🐞 Bug: Error 500 when reading messages – markedUnread undefined (started today)
Description
Since today (2026-01-14, afternoon), WAHA started returning HTTP 500 errors when reading incoming messages.
Sending messages may still work, but reading / processing received messages fails.
Error message
TypeError: Cannot read properties of undefined (reading 'markedUnread')
at window.WWebJS.sendSeen
Full error
{
"statusCode": 500,
"exception": {
"message": "Cannot read properties of undefined (reading 'markedUnread')",
"name": "TypeError"
}
}
Context
Engine: WEBJS
Platform: Linux x64
Browser: Chromium
WAHA version: 2026.1.2
Error occurs when WAHA tries to mark messages as read (sendSeen)
Issue started without any code changes on our side
Expected behavior
WAHA should be able to read/process incoming messages without throwing a 500 error.
Notes
This looks like a breaking change in WhatsApp Web internal objects, where markedUnread is no longer available or the chat object is not initialized at read time.
Beta Was this translation helpful? Give feedback.
All reactions