mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-24 17:40:10 -05:00
Failed to read file contents (Git repo for stacks) #1239
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 @wardwygaerts on GitHub (Jun 17, 2025).
I created soms stacks which are working fine. Now, some days later I wanted to add my other stacks, but it can't find the files from my repo
Working stack
Not working stack
So for me, there are the same, and the files are in the repo.
Error of the not working stack:
There is a button to initialize the file, when I press it, a Hello World example is created and even pushed to my repo. When changing the content of the compose file again I get the same errors.
I assume something is wrong with the git pull on my docker host?
When I check the repo-cache folder on the container, I'm indeed missing the bitwarden folder...
@wardwygaerts commented on GitHub (Jun 26, 2025):
I solved the issue by removing the repo-cache volume in the core compose file.