Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/src/commit/7fef48df635de9b6212bb9d5adaee328d4c2924e/cypress/support/e2e.ts You should set ROOT_URL correctly, otherwise the web may not work correctly.
overseerr/cypress/support/e2e.ts

8 lines
120 B

import './commands';
before(() => {
if (Cypress.env('SEED_DATABASE')) {
cy.exec('yarn cypress:prepare');
}
});