Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/blame/commit/1186fcf04e4c2ca0a2e7001007c272c9761e3cf5/NzbDrone.App.Test/packages.config You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/NzbDrone.App.Test/packages.config

9 lines
408 B

<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Autofac" version="3.0.1" targetFramework="net40" />
<package id="FluentAssertions" version="2.0.0.1" targetFramework="net40" />
<package id="Moq" version="4.0.10827" />
<package id="NBuilder" version="3.0.1.1" />
<package id="NLog" version="2.0.0.2000" />
<package id="NUnit" version="2.6.2" targetFramework="net40" />
</packages>