Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/blame/commit/62cea8de5eab178fa77e27668943dc4e42525b17/service_deploy_production.bat You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/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