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

10 lines
111 B

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