Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/e62274bc54147bf1ab9ec3c039300f8ea0872c17
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
1 additions and
3 deletions
@ -48,7 +48,7 @@ define(
indexersTab : '.x-indexers-tab' ,
downloadClientTab : '.x-download-client-tab' ,
notificationsTab : '.x-notifications-tab' ,
generalTab : '.x-general-tab' ,
generalTab : '.x-general-tab'
} ,
events : {
@ -5,7 +5,6 @@
< li > < a href = "#download-client" class = "x-download-client-tab no-router" > Download Client< / a > < / li >
< li > < a href = "#notifications" class = "x-notifications-tab no-router" > Notifications< / a > < / li >
< li > < a href = "#general" class = "x-general-tab no-router" > General< / a > < / li >
< li > < a href = "#misc" class = "x-misc-tab no-router" > Misc< / a > < / li >
< li class = "pull-right" > < button class = "btn btn-primary x-save-settings" > Save< / button > < / li >
< / ul >
@ -16,7 +15,6 @@
< div class = "tab-pane" id = "download-client" > < / div >
< div class = "tab-pane" id = "notifications" > < / div >
< div class = "tab-pane" id = "general" > < / div >
< div class = "tab-pane" id = "misc" > < / div >
< / div >
< div id = "loading-region" > < / div >