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

7 lines
225 B

15 years ago
<?xml version="1.0" encoding="UTF-8" ?>
15 years ago
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" />
15 years ago
<supportedRuntime version="v2.0.50727" />
15 years ago
</startup>
</configuration>