Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/blame/commit/d2bd9b48492ee240253f31e4acf6fc4c966d31ec/.devcontainer/Lidarr.code-workspace You should set ROOT_URL correctly, otherwise the web may not work correctly.
Lidarr/.devcontainer/Lidarr.code-workspace

14 lines
283 B

// This file is used to open the backend and frontend in the same workspace, which is necessary as
// the frontend has vscode settings that are distinct from the backend
{
"folders": [
{
"path": ".."
},
{
"path": "../frontend"
}
],
"settings": {}
}