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

21 lines
317 B

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