R
Runtipithis hour
subdee

Navidrome update broken after 4.5.0 release

Updating the navidrome app causes this error:
Error: Invalid dynamic compose schema: [
{
"origin": "string",
"code": "too_small",
"minimum": 1,
"inclusive": true,
"path": [
"services",
0,
"environment",
"ND_BASEURL"
],
"message": "Too small: expected string to have >=1 characters"
}
]
Error: Invalid dynamic compose schema: [
{
"origin": "string",
"code": "too_small",
"minimum": 1,
"inclusive": true,
"path": [
"services",
0,
"environment",
"ND_BASEURL"
],
"message": "Too small: expected string to have >=1 characters"
}
]
Not sure if new installations get affected though
2 Replies
subdee
subdeeOPthis hour
Removing the ND_BASEURL from the json schema works
Skullky
Skullkythis hour
Hello @subdee, Sorry about that, an update for the app has been sent to fix the issue. Details here : https://github.com/runtipi/runtipi-appstore/issues/9065
GitHub
🐛 [Firefly III] Invalid schema on Tipi 4.5.0 · Issue #9065 · r...
Store Application Firefly III App version 6.3.2 Description The app cannot (re)start after the upgrade to Tipi 4.5.0 because the app schema has changed and is no longer compatible. Steps to reprodu...

Did you find this page helpful?