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