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

7 lines
194 B

<?xml version="1.0"?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
</configuration>