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

10 lines
111 B

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