mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-06 08:55:40 -05:00
[GH-ISSUE #258] failed to read resources from "/syncs/komodo/core.config.toml/" #7128
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 @AlissonSantos95 on GitHub (Jan 11, 2025).
Original GitHub issue: https://github.com/moghtech/komodo/issues/258
Hi i'm trying to sync resources but it get an error
But the core.config.toml was generated from the dashboard toml, i just copied what is working to have a backup to restore and it throws this error, what should i do?
To replicate just copy your toml from dashboard and create a new sync from file or UI.
@mpkossen commented on GitHub (Jan 11, 2025):
Could be a duplicate of https://github.com/mbecker20/komodo/issues/247 as I see a backslash in there.
@mbecker20 commented on GitHub (Jan 12, 2025):
You should not include other non-Resource-Sync files (like core.config.toml) under Resource Sync folders. If you point a Resource Sync path to a folder, it will add all the
.tomlfiles in the folder. I think that must've been what happened here?@AlissonSantos95 commented on GitHub (Jan 13, 2025):
When I did that, it did not auto create the .toml that why copied the dashboard one.
@AlissonSantos95 commented on GitHub (Jan 13, 2025):
Yes is exactly like that it has a backlash, but was the komodo who got this config, it isnt on docker compose configuration the backlash.
@mbecker20 commented on GitHub (Jan 13, 2025):
It is probably #247, still I am confused about 2 things:
core.config.toml/is ending in a/core.config.tomlis the name of the Komodo core config file (not resource sync file): https://github.com/mbecker20/komodo/blob/main/config/core.config.toml. Usually resource sync file will have name likeresources.toml@AlissonSantos95 commented on GitHub (Jan 13, 2025):
Oh now i understood, i named core.config.toml, i got confused then i gonna rename the file, butnit will still have problems right?
@mbecker20 commented on GitHub (Aug 26, 2025):
Is there still this issue? there were changes here to try and address this