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.
|
export interface IClaims {
|
|
value: string;
|
|
enabled: boolean;
|
|
} |