Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/3c1113260d43aca56ac537070fbc6bbf3facae1d
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
1 deletions
@ -45,7 +45,7 @@ namespace NzbDrone.Core.Indexers.Newznab
yield return GetDefinition ( "Nzb-Tortuga" , GetSettings ( "https://www.nzb-tortuga.com" ) ) ;
yield return GetDefinition ( "Nzb.su" , GetSettings ( "https://api.nzb.su" ) ) ;
yield return GetDefinition ( "NZBCat" , GetSettings ( "https://nzb.cat" ) ) ;
yield return GetDefinition ( "NZBFinder.ws" , GetSettings ( "https://nzbfinder.ws" , categories : new [ ] { 20 00, 2010 , 20 30, 2040 , 2045 , 2050 , 2060 , 207 0 } ) ) ;
yield return GetDefinition ( "NZBFinder.ws" , GetSettings ( "https://nzbfinder.ws" , categories : new [ ] { 20 30, 2040 , 2045 , 2050 , 2060 , 207 0, 2080 , 209 0 } ) ) ;
yield return GetDefinition ( "NZBgeek" , GetSettings ( "https://api.nzbgeek.info" ) ) ;
yield return GetDefinition ( "nzbplanet.net" , GetSettings ( "https://api.nzbplanet.net" ) ) ;
yield return GetDefinition ( "omgwtfnzbs" , GetSettings ( "https://api.omgwtfnzbs.me" , categories : new [ ] { 2000 , 2020 , 2030 , 2040 , 2045 , 2050 , 2070 } ) ) ;