Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/b28c4a1b8fdc5bdf7a6939857076364c7e050523
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -50,7 +50,7 @@
< i class = "fa fa-plus" > < / i > View< / button >
< div * ngIf = "isAdmin" >
<!-- Sonarr Root Folder -->
< div * ngIf = "sonarrRootFolders " class = "btn-group btn-split" id = "rootFolderBtn" >
< div * ngIf = "sonarrRootFolders ?.length > 1 " class = "btn-group btn-split" id = "rootFolderBtn" >
< button type = "button" class = "btn btn-sm btn-warning-outline" >
< i class = "fa fa-plus" > < / i > {{ 'Requests.ChangeRootFolder' | translate }}
< / button >
@ -66,7 +66,7 @@
< / div >
<!-- Sonarr Quality Profiles -->
< div * ngIf = "sonarrProfiles " class = "btn-group btn-split" id = "changeQualityBtn" >
< div * ngIf = "sonarrProfiles ?.length > 1 " class = "btn-group btn-split" id = "changeQualityBtn" >
< button type = "button" class = "btn btn-sm btn-warning-outline" >
< i class = "fa fa-plus" > < / i > {{ 'Requests.ChangeQualityProfile' | translate }}
< / button >