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/f4b59e70aa56321f85709b1cb11848b2aaa61bb3/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;
|
|
} |