Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/dd46a8716a8d76f2d72e3767a3dc53fe4168beed?style=unified&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
<li>@Ajax.ActionLink("Clear Logs", "Clear", "Log", null, new AjaxOptions{ OnSuccess = "redrawGrid", Confirm = "Delete all logs?" }, new { Title = "Delete all logs" })</li>
<li>@Html.ActionLink("File", "File", "Log", new { Title = "View debug log file" })</li>
<li>@Html.ActionLink("File", "File", "Log", null, new { Title = "View debug log file" })</li>