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/cd247e1ebc27ba928cb450135e99c486ea2df2e0/PlexRequests.Helpers.Tests/packages.config You should set ROOT_URL correctly, otherwise the web may not work correctly.
Ombi/PlexRequests.Helpers.Tests/packages.config

8 lines
429 B

<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Owin" version="3.0.1" targetFramework="net46" />
<package id="Microsoft.Owin.Host.SystemWeb" version="3.0.1" targetFramework="net45" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
<package id="NUnit" version="3.4.1" targetFramework="net45" />
<package id="Owin" version="1.0" targetFramework="net46" />
</packages>