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

7 lines
102 B

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