Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/8178dc6f580c8ff8a47428565d9956c5f9fbf390
You should set ROOT_URL correctly, otherwise the web may not work correctly.
<buttontype="button"style="float:right;"mat-raised-buttoncolor="primary"class="btn btn-info-outline"(click)="resetPassword()"matTooltip="You need your SMTP settings setup">Send
Reset Password Link</button>
<button*ngIf="customization.applicationUrl" type="button"mat-raised-buttoncolor="accent"class="btn btn-info-outline"(click)="appLink()"matTooltip="Send this link to the user and they can then open the app and directly login">Copy users App Link</button>
<button*ngIf="customization?.applicationUrl" type="button"mat-raised-buttoncolor="accent"class="btn btn-info-outline"(click)="appLink()"matTooltip="Send this link to the user and they can then open the app and directly login">Copy users App Link</button>