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

Merge pull request from Ombi-app/known-faults-link1

update docs link for indexhtml
pull/4091/head v4.0.1139
Jamie 4 years ago committed by GitHub
commit cf07204b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -277,7 +277,7 @@ namespace Ombi
}
catch (UnauthorizedAccessException)
{
Console.WriteLine("Error attempting to write Base URL, see here: https://docs.ombi.app/info/faq/#unauthorized-access-to-indexhtml");
Console.WriteLine("Error attempting to write Base URL, see here: https://docs.ombi.app/info/known-faults/#unauthorized-access-to-indexhtml");
}
Console.WriteLine($"Wrote new baseurl at {indexPath}");

Loading…
Cancel
Save