Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/93abab7a03e5e61705e6c7ab3d91f082d762ae70
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
5 additions and
5 deletions
@ -19,11 +19,11 @@ export class PlexComponent implements OnInit, OnDestroy {
private clientId : string ;
constructor ( private plexService : PlexService , private router : Router ,
private notificationService : NotificationService ,
private identityService : IdentityService , private plexTv : PlexTvService ,
private settingsService : SettingsService ,
private location : PlatformLocation , private authService : AuthService ,
private plexOauth : PlexOAuthService ) { }
private notificationService : NotificationService ,
private identityService : IdentityService , private plexTv : PlexTvService ,
private settingsService : SettingsService ,
private location : PlatformLocation , private authService : AuthService ,
private plexOauth : PlexOAuthService ) { }
public ngOnInit ( ) : void {
const base = this . location . getBaseHrefFromDOM ( ) ;