Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/src/commit/3f1a336c3d8a1a2baacebd40fc2c85352f905bc5/tests/cypress/interfaces/IClaims.ts You should set ROOT_URL correctly, otherwise the web may not work correctly.
Ombi/tests/cypress/interfaces/IClaims.ts

4 lines
69 B

export interface IClaims {
value: string;
enabled: boolean;
}