Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/src/commit/94cf07ddb48a8fd41a30d19debc1096ebdff8efd/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"
}