Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/src/commit/e0d9f891e797c3839f976b75a871903b6f2e55f1/server/tsconfig.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
overseerr/server/tsconfig.json

12 lines
208 B

{
"extends": "../tsconfig.json",
"compilerOptions": {
"target": "ES2019",
"lib": ["ES2019"],
"module": "commonjs",
"outDir": "../dist",
"noEmit": false
},
"include": ["**/*.ts"]
}