Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/commit/ad3e6d637c23a35fba623e2d06a40601798bdfbb
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
2 additions and
2 deletions
@ -19,7 +19,7 @@ import { get } from 'lodash';
import { DeviceDetectorService } from 'ngx-device-detector' ;
import { Subject , takeUntil } from 'rxjs' ;
import { CreateOrUpdatePlatformDialog } from './create-or-update-platform-dialog/create-or-update- account- platform.component';
import { CreateOrUpdatePlatformDialog } from './create-or-update-platform-dialog/create-or-update- platform-dialog .component';
@Component ( {
changeDetection : ChangeDetectionStrategy.OnPush ,
@ -6,7 +6,7 @@ import { MatDialogModule } from '@angular/material/dialog';
import { MatFormFieldModule } from '@angular/material/form-field' ;
import { MatInputModule } from '@angular/material/input' ;
import { CreateOrUpdatePlatformDialog } from './create-or-update- account- platform.component';
import { CreateOrUpdatePlatformDialog } from './create-or-update- platform-dialog .component';
@NgModule ( {
declarations : [ CreateOrUpdatePlatformDialog ] ,