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

Merge pull request from beast3334/bugfix/v4

fixed requested typo
pull/3695/head
Jamie 5 years ago committed by GitHub
commit 57cf7ac723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -111,7 +111,7 @@ namespace Ombi.Notifications.Agents
{
if (requestedUser.HasValue())
{
fields.Add(new DiscordField { name = "Requsted By", value = requestedUser, inline = true });
fields.Add(new DiscordField { name = "Requested By", value = requestedUser, inline = true });
}
}
if (model.Data.TryGetValue("DenyReason", out var denyReason))

Loading…
Cancel
Save