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/87b2272bdf101e898cfee514ce7cd624b7991c0f/Ombi.Core.Migration/packages.config You should set ROOT_URL correctly, otherwise the web may not work correctly.
Ombi/Ombi.Core.Migration/packages.config

7 lines
348 B

<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Common.Logging" version="3.0.0" targetFramework="net45" />
<package id="Common.Logging.Core" version="3.0.0" targetFramework="net45" />
<package id="NLog" version="4.3.11" targetFramework="net45" />
<package id="Quartz" version="2.3.3" targetFramework="net45" />
</packages>