-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Describe the bug
I have updated waha plus to the newest version yesterday and now when I try to get the group list on any session, it just returns a empty list.
Version
Get the WAHA version by calling GET /api/version
{
"version": "2026.1.5",
"engine": "WEBJS",
"tier": "PLUS",
"browser": "/usr/bin/chromium",
"platform": "linux/x64"
}Try to update to
the latest version before
creating an issue!
Steps
To Reproduce Steps to reproduce the behavior:
- Update to newest version.
- Try to get the groups with this api call: /api/{session}/groups
- It will return an empty array
Expected behavior
Getting a valid group list.
Docker Logs
waha-1 | [08:22:26.274] INFO (48): request completed {"reqId":135,"req":{"id":135,"method":"GET","url":"/api/923c1091-1298-4bf2-adf2-c58ac2dcbc38/groups","query":{},"params":{"path":["api","923c1091-1298-4bf2-adf2-c58ac2dcbc38","groups"]}},"res":{"statusCode":304},"responseTime":73}
waha-1 | [08:23:05.444] INFO (48): request completed {"reqId":140,"req":{"id":140,"method":"GET","url":"/api/923c1091-1298-4bf2-adf2-c58ac2dcbc38/groups","query":{},"params":{"path":["api","923c1091-1298-4bf2-adf2-c58ac2dcbc38","groups"]}},"res":{"statusCode":304},"responseTime":82}