Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/6612202384a528f16bb5ab8414685e4e00854446
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
4 additions and
4 deletions
@ -33,7 +33,7 @@ namespace NzbDrone.Core.Applications.Lidarr
return other . EnableRss = = EnableRss & &
other . EnableAutomaticSearch = = EnableAutomaticSearch & &
other . EnableInteractiveSearch = = Enable Automatic Search & &
other . EnableInteractiveSearch = = Enable Interactive Search & &
other . Name = = Name & &
other . Implementation = = Implementation & &
other . Priority = = Priority & &
@ -33,7 +33,7 @@ namespace NzbDrone.Core.Applications.Radarr
return other . EnableRss = = EnableRss & &
other . EnableAutomaticSearch = = EnableAutomaticSearch & &
other . EnableInteractiveSearch = = Enable Automatic Search & &
other . EnableInteractiveSearch = = Enable Interactive Search & &
other . Name = = Name & &
other . Implementation = = Implementation & &
other . Priority = = Priority & &
@ -33,7 +33,7 @@ namespace NzbDrone.Core.Applications.Readarr
return other . EnableRss = = EnableRss & &
other . EnableAutomaticSearch = = EnableAutomaticSearch & &
other . EnableInteractiveSearch = = Enable Automatic Search & &
other . EnableInteractiveSearch = = Enable Interactive Search & &
other . Name = = Name & &
other . Implementation = = Implementation & &
other . Priority = = Priority & &
@ -34,7 +34,7 @@ namespace NzbDrone.Core.Applications.Sonarr
return other . EnableRss = = EnableRss & &
other . EnableAutomaticSearch = = EnableAutomaticSearch & &
other . EnableInteractiveSearch = = Enable Automatic Search & &
other . EnableInteractiveSearch = = Enable Interactive Search & &
other . Name = = Name & &
other . Implementation = = Implementation & &
other . Priority = = Priority & &