Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/src/commit/fa53b2abb09811efcd59ab230e81cf5b8466aa5c/IISExpress/AppServer/redirection.config You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/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>