Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/7f70e0d03a16c181391bf2b34ad3ade505670140
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
1 deletions
@ -1,5 +1,5 @@
< div class = "small-middle-container" >
< div class = "row justify-content-md-center top-spac ing ">
< div class = "row justify-content-md-center top-spac e ">
< div class = "btn-group" role = "group" >
< button type = "button" ( click ) = " switchDiscoverMode ( DiscoverOption . Movie ) " [ attr . color ] = " popularActive ? ' accent ' : ' primary ' " [ ngClass ] = " discoverOptions = == DiscoverOption . Movie ? ' mat-accent ' : ' mat-primary ' " mat-raised-button class = "btn grow" > {{'Discovery.Movies' | translate}}< / button >
< button type = "button" ( click ) = " switchDiscoverMode ( DiscoverOption . Combined ) " [ attr . color ] = " trendingActive ? ' accent ' : ' primary ' " [ ngClass ] = " discoverOptions = == DiscoverOption . Combined ? ' mat-accent ' : ' mat-primary ' " mat-raised-button class = "btn grow"