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

10 lines
111 B

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