mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-16 01:12:05 -05:00
[GH-ISSUE #675] Log view from stack, shows log from containers not in stack. #23816
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 @harley-codes on GitHub (Jul 22, 2025).
Original GitHub issue: https://github.com/moghtech/komodo/issues/675
Log view from stack, shows log from containers not in stack.
I will add more detail if I find anything. In terms of reproducibility, my first stack was setup from scratch. It points to a repo defined in the /repos page. The second stack I deployed, was a clone/copy, with a different compose specified.
@harley-codes commented on GitHub (Jul 22, 2025):
It appears to get worse. I had a feeling it was due to cloning.. When I clicked destroy on one stack, it ended up taking out both. Fortunately it did not take out the stack config. So I was able to quickly redeploy before my session expired.
I can confirm, this error is as a result of using the copy function as found in the top left corner of the stack page.
@mbecker20 commented on GitHub (Jul 22, 2025):
Are they supposed to be on different servers?
@mbecker20 commented on GitHub (Jul 22, 2025):
If two stack are on same server with same custom project name set, it is expected to lead to this behavior. If on same server the stacks need different project names.
@harley-codes commented on GitHub (Jul 23, 2025):
I may have missed that field when updating after copy. Ok if that is the expected behavior for projects the I assume this is it. Will close.