AppStore Error: Invalid config.json

Hi, i added a few own apps to the app store and suddenly i only recieve the error: invalid config.json I ensured the config is valid, the error occures even when i copy working app and just name it {name}2. i validated the config against the schema and everything is fine. here the working version:
"$schema": "../schema.json",
"name": "Dawarich",
"available": true,
"exposable": true,
"port": 8578,
"id": "dawarich",
"tipi_version": 2,
"version": "0.22.1",
"categories": ["utilities"],
"description": "Dawarich is a self-hosted web app designed to replace Google Timeline (aka Google Location History).",
"short_desc": "Your Self-Hosted Location History Tracker",
"author": "Freika and the dawarich team",
"source": "https://github.com/Freika/dawarich",
"supported_architectures": ["arm64", "amd64"]
}
"$schema": "../schema.json",
"name": "Dawarich",
"available": true,
"exposable": true,
"port": 8578,
"id": "dawarich",
"tipi_version": 2,
"version": "0.22.1",
"categories": ["utilities"],
"description": "Dawarich is a self-hosted web app designed to replace Google Timeline (aka Google Location History).",
"short_desc": "Your Self-Hosted Location History Tracker",
"author": "Freika and the dawarich team",
"source": "https://github.com/Freika/dawarich",
"supported_architectures": ["arm64", "amd64"]
}
And here the invalid version:
{
"$schema": "../schema.json",
"name": "Dawarich2",
"available": true,
"exposable": true,
"port": 8578,
"id": "dawarich2",
"tipi_version": 2,
"version": "0.22.1",
"categories": ["utilities"],
"description": "Dawarich is a self-hosted web app designed to replace Google Timeline (aka Google Location History).",
"short_desc": "Your Self-Hosted Location History Tracker",
"author": "Freika and the dawarich team",
"source": "https://github.com/Freika/dawarich",
"supported_architectures": ["arm64", "amd64"]
}
{
"$schema": "../schema.json",
"name": "Dawarich2",
"available": true,
"exposable": true,
"port": 8578,
"id": "dawarich2",
"tipi_version": 2,
"version": "0.22.1",
"categories": ["utilities"],
"description": "Dawarich is a self-hosted web app designed to replace Google Timeline (aka Google Location History).",
"short_desc": "Your Self-Hosted Location History Tracker",
"author": "Freika and the dawarich team",
"source": "https://github.com/Freika/dawarich",
"supported_architectures": ["arm64", "amd64"]
}
Runtipi Error log:
2025-03-11T10:57:51.951Z > fetch failed
2025-03-11T10:57:51.973Z > fetch failed
2025-03-11T10:57:54.323Z > server error: App dawarich2 has an invalid config.json file
2025-03-11T10:57:51.951Z > fetch failed
2025-03-11T10:57:51.973Z > fetch failed
2025-03-11T10:57:54.323Z > server error: App dawarich2 has an invalid config.json file
App Log:
2025-03-11T10:57:15.393Z > server error: App dawarich2 has an invalid config.json file
2025-03-11T10:57:15.449Z > server error: Die App dawarich2 hat eine ungültige config.json Datei
2025-03-11T10:57:15.588Z > fetch failed
2025-03-11T10:57:15.393Z > server error: App dawarich2 has an invalid config.json file
2025-03-11T10:57:15.449Z > server error: Die App dawarich2 hat eine ungültige config.json Datei
2025-03-11T10:57:15.588Z > fetch failed
i just copied the working directory and added a 2 in the path and the config file.
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?