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/208feb7d19fa32b703573b96f3d535484f73142f/IISExpress/config/schema/dbmanager_schema.xml You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/IISExpress/config/schema/dbmanager_schema.xml

19 lines
856 B

<configSchema>
<sectionSchema name="system.webServer/management/dbManager">
<attribute name="allowClientConnectionStrings" type="bool" defaultValue="true"/>
<element name="DBProviders">
<collection addElement="provider">
<attribute name="name" type="string" required="true" isUniqueKey="true" />
<attribute name="providerName" type="string" required="true"/>
<attribute name="type" type="string" required="true"/>
<element name="databaseBackup">
<attribute name="backupEnabled" type="bool" defaultValue="false"/>
<attribute name="restoreEnabled" type="bool" defaultValue="false"/>
<attribute name="customBackupType" type="string" />
<attribute name="backupPath" type="string" />
</element>
</collection>
</element>
</sectionSchema>
</configSchema>