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/339dd5a1ddafc778db1876436da5db5549973400/service_deploy_production.bat You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/service_deploy_production.bat

6 lines
199 B

rd C:\inetpub\services /S /Q
xcopy C:\inetpub\services_stage\*.* C:\inetpub\services\ /E /V /I /Y /F /C /o
xcopy C:\inetpub\services\web.production.config c:\inetpub\services\web.config /o /y
pause