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/2bb07e1650f86f8c66e1253f85c3e506d3b45519/.esprintrc You should set ROOT_URL correctly, otherwise the web may not work correctly.
Lidarr/.esprintrc

10 lines
111 B

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