mirror of
https://github.com/moghtech/komodo.git
synced 2025-12-05 19:17:36 -06:00
[Bug/Problem]: 401 Payload too large #640
Reference in New Issue
Block a user
No description provided.
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 @lukasgierth on GitHub (Oct 23, 2025).
When trying to redeploy my monitoring stack i now get this error:
From the log:
I also tried with logging level debug/trace but that was not really helpful.
What i already did:
@lukasgierth commented on GitHub (Oct 26, 2025):
@mbecker20 Tried some things to find out what causes this:
It is my synced main.toml! I had around 9 associated config files for this stack (config_files = []), when i removed them or reduced them to like 4, Redeploying started to work again! So it seems there is a bug when the stack settings have to be send to the periphery maybe (or is it a problem when sending inside komodo core itself?) and that data reaches a certain (unknown to me) size limit.
I hope that info helps fixing this issue! 👍