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

21 lines
317 B

{
"compilerOptions": {
"target": "es6",
"checkJs": false,
"baseUrl": "src",
"jsx": "react",
"module": "commonjs",
"moduleResolution": "node",
"paths": {
"*": [
"*"
]
}
},
"include": [
"./src/**/*"
],
"exclude": [
]
}