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

fix: 🐛 Fixed Ombi not writing the baseUrl correctly

pull/4356/head
tidusjar 4 years ago
parent b5dd3ae6f4
commit e9cc8b6fe7

@ -3,11 +3,6 @@
<head>
<script type='text/javascript'>window["baseHref"] = '/';</script>
<style>
.sk-folding-cube .sk-cube:before {
background-color: white !important;
}
</style>
<base href="/" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">

Loading…
Cancel
Save