Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/a83dbbb16f19bc3e0dac334c58c2f3e197fd69f6/packages/repositories.config You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/packages/repositories.config

14 lines
734 B

<?xml version="1.0" encoding="utf-8"?>
<repositories>
<repository path="..\NzbDrone.Web\packages.config" />
<repository path="..\NzbDrone.Core.Test\packages.config" />
<repository path="..\NzbDrone.Core\packages.config" />
<repository path="..\NzbDrone.App.Test\packages.config" />
<repository path="..\NzbDrone\packages.config" />
<repository path="..\NzbDrone.Update.Test\packages.config" />
<repository path="..\NzbDrone.Update\packages.config" />
<repository path="..\NzbDrone.Common\packages.config" />
<repository path="..\NzbDrone.Common.Test\packages.config" />
<repository path="..\NzbDrone.Test.Common\packages.config" />
<repository path="..\NzbDrone.Web.UI.Test\packages.config" />
</repositories>