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/6b5e743583f6d804af1a2781072057f5890658e1/.esprintrc You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/.esprintrc

11 lines
161 B

{
"paths": [
"frontend/src/**/*.js",
"src/NzbDrone.Core/Localization/Core/*.json"
],
"ignored": [
"**/node_modules/**/*"
],
"port": 5004
}