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

7 lines
102 B

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