Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/5f75891d3697ac704de2b7b27a34a7fdcc782836
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
1 deletions
@ -77,7 +77,7 @@ namespace NzbDrone.Core
_kernel . Bind < IDatabase > ( ) . ToMethod ( c = > Connection . GetPetaPocoDb ( Connection . MainConnectionString ) ) . InTransientScope ( ) ;
//_kernel.Bind<IDatabase>().ToMethod(c => Connection.GetPetaPocoDb(Connection.MainConnectionString, false)).WhenInjectedInto<IJob>();
//_kernel.Bind<IDatabase>().ToMethod(c => Connection.GetPetaPocoDb(Connection.MainConnectionString, false)).WhenInjectedInto<JobProvider>();
//_kernel.Bind<IDatabase>().ToMethod(c => Connection.GetPetaPocoDb(Connection.LogConnectionString, false)).WhenInjectedInto<DatabaseTarget>().InSingletonScope() ;
_kernel . Bind < IDatabase > ( ) . ToMethod ( c = > Connection . GetPetaPocoDb ( Connection . LogConnectionString , false ) ) . WhenInjectedInto < DatabaseTarget > ( ) . InSingletonScope ( ) ;
_kernel . Bind < IDatabase > ( ) . ToMethod ( c = > Connection . GetPetaPocoDb ( Connection . LogConnectionString ) ) . WhenInjectedInto < LogProvider > ( ) . InSingletonScope ( ) ;
}
}