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

Merge branch 'master' into develop-master

pull/4938/head
tidusjar 2 years ago
commit c528993962

@ -173,6 +173,7 @@ namespace Ombi.Core.Tests.Services
[Test]
[Ignore("Flaky")]
public async Task GetRecentlyRequested_HideUsernames()
{
_mocker.Setup<ISettingsService<CustomizationSettings>, Task<CustomizationSettings>>(x => x.GetSettingsAsync())

@ -1,3 +1,3 @@
{
"version": "4.39.0"
"version": "4.39.1"
}
Loading…
Cancel
Save