Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/blame/commit/0b21c69a463a2fecb2e9c31296a61bb12a988bbc/PlexRequests.Automation/packages.config You should set ROOT_URL correctly, otherwise the web may not work correctly.
Ombi/PlexRequests.Automation/packages.config

6 lines
288 B

<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="3.4.1" targetFramework="net452" />
<package id="Selenium.Support" version="2.53.1" targetFramework="net452" />
<package id="Selenium.WebDriver" version="2.53.1" targetFramework="net452" />
</packages>