mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-13 13:25:17 -05:00
[GH-ISSUE #1510] REST API: DockerContainerLogs endpoint returns HTTP 500 (unable to read container logs via API) #27097
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @XXXM1R0XXX on GitHub (Jul 4, 2026).
Original GitHub issue: https://github.com/moghtech/komodo/issues/1510
Description
The REST API endpoint for reading Docker container logs returns HTTP 500 Internal Server Error, making it impossible to retrieve container logs programmatically.
Related issues: #244 (Pull Stack 500), #349 (Pull image 500) — these suggest broader REST API stability issues.
Environment
Reproduction
Expected behavior
The API should return container logs (stdout + stderr) as a JSON response.
Actual behavior
HTTP 500 with
unknown varianterror. The error message lists valid endpoint names, but none of them appear to be a container logs endpoint.Notes
Suggestion
Either:
DockerContainerLogsread endpoint that returns container stdout/stderr, or