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

7 lines
102 B

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