-
-
Notifications
You must be signed in to change notification settings - Fork 736
Open
Labels
Description
Describe the bug
Receiving status code 404 when call stop and start sessions, only delete session is working.
Im using Postgre only to save user sessions.
Version
Get the WAHA version by calling GET /api/version
{"version":"2025.7.4","engine":"WEBJS","tier":"PLUS","browser":"/usr/bin/google-chrome-stable"}
Try to update to
the latest version before
creating an issue!
Steps
To Reproduce Steps to reproduce the behavior:
- Go to dashboard
- Click on restart, start or logout session
- See 404 error
Expected behavior
Restart or start session
Requests - Responses
Please attach all sent requests, responses that you sent.
[POST] http://localhost:3000/api/sessions/{sessionId}/logout
[POST] http://localhost:3000/api/sessions/{sessionId}/restart
[POST] http://localhost:3000/api/sessions/{sessionId}/start
Docker Logs
Screenshots
Session appearing in dashboard and Postgre.

