Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/d07f544099af5802937c54307bd20ca313418463 You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/193/head
tidusjar 9 years ago
parent c50e2bb644
commit d07f544099

@ -1,6 +1,6 @@
@using PlexRequests.UI.Helpers
@{
var baseUrl = Html.GetBaseUrl();
var baseUrl = Html.GetBaseUrl().ToHtmlString();
var url = string.Empty;
if (!string.IsNullOrEmpty(baseUrl))
{

Loading…
Cancel
Save