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

11 lines
198 B

{
"compilerOptions": {
"target": "es5",
"lib": ["es5", "dom"],
"types": ["cypress", "node"],
"resolveJsonModule": true,
"esModuleInterop": true
},
"include": ["**/*.ts"]
}