Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/src/commit/54607eb2e07bc7b66db32354313d36e7b47643be/frontend/.prettierrc.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
Lidarr/frontend/.prettierrc.json

7 lines
102 B

{
"arrowParens": "always",
"endOfLine": "auto",
"singleQuote": true,
"trailingComma": "es5"
}