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/a158e008e94e2a5f52a0573acd7b4904eebfcd93/frontend/jsconfig.json
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"checkJs": false,
|
|
"baseUrl": "src",
|
|
"jsx": "react",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"paths": {
|
|
"*": [
|
|
"*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
],
|
|
"exclude": [
|
|
]
|
|
}
|