Why removes session data? Is that the reason my auth0 flow doesn't work? I guess Auth0 universal login sends cookies to the app in order to tell the app the user has authenticated successfully, but Cypress deletes them and my app can't show the logged in state. There is a video when
cy.origin()
was introduced, and all worked as expected in that time because the delete behaviour was not the default.