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/4103cb961ba2737a7619f77717802cc374042035/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');
}
});