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

Merge pull request from tidusjar/dev

Fixed 
pull/1186/head
Jamie 8 years ago committed by GitHub
commit 84289dc53a

@ -38,7 +38,6 @@ namespace Ombi.UI.Validators
RuleFor(request => request.Ip).NotEmpty().WithMessage("You must specify a IP/Host name.");
RuleFor(request => request.Port).NotEmpty().WithMessage("You must specify a Port.");
RuleFor(request => request.QualityProfile).NotEmpty().NotNull().WithMessage("You must specify a Quality Profile.");
RuleFor(request => request.RootPath).NotEmpty().NotNull().WithMessage("You must enter a root path.");
}
}
}
Loading…
Cancel
Save