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

9 lines
496 B

<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AutoFixture" version="3.49.1" targetFramework="net452" />
<package id="Common.Logging" version="3.0.0" targetFramework="net452" />
<package id="Common.Logging.Core" version="3.0.0" targetFramework="net452" />
<package id="Moq" version="4.2.1510.2205" targetFramework="net46" />
<package id="NUnit" version="3.4.1" targetFramework="net452" />
<package id="Quartz" version="2.3.3" targetFramework="net452" />
</packages>