https://cypress.io logo
Hello! We're in progress updating from Cypress 9.6...
# help
n
Hello! We're in progress updating from Cypress 9.6.1 to 10.x (currently trying 10.7.0) and are running into test failures whenever our site tries to load a file from our
/assets
folder. I see by running
DEBUG=cypress:server:routes npx cypress open
that 10.7 is proxying all these requests and returning 404s because it looks like it has hijacked the assets route, is that something that can be changed? See top of screenshot for successful Cypress assets and bottom for our js/css files that are failing