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/c7c56f5ab8aea04088645fef0b0de18129ef1058/IISExpress/AppServer/redirection.config You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/IISExpress/AppServer/redirection.config

16 lines
477 B

<configuration>
<configSections>
<section name="configurationRedirection" />
</configSections>
<configProtectedData>
<providers>
<add name="IISRsaProvider" type="" description="Uses RsaCryptoServiceProvider to encrypt and decrypt" keyContainerName="iisConfigurationKey" cspProviderName="" useMachineContainer="true" useOAEP="false" />
</providers>
</configProtectedData>
<configurationRedirection />
</configuration>