Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/blame/commit/f5a8c3de876e5ebe6c3ef7a5308e060468c7a5cc/IISExpress/config/schema/dbmanager_schema.xml You should set ROOT_URL correctly, otherwise the web may not work correctly.
Readarr/IISExpress/config/schema/dbmanager_schema.xml

19 lines
856 B

15 years ago
<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>