cy.visit("/{PATH}")
returns 404 while the site is completely reachable and I don't see a 404.
#30729
Unanswered
hamidmayeli
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am testing a ViteJS + React. The test works fine. But I like to upgrade to react 19 and I am facing with 404 when visiting
cy.visit("/login")
or other pages. The repo is based on this template.Here is the config
and here is a sample test
I also see a few error logs like
queue.insert must be called with a valid index - the index (9) is out of bounds
or(uncaught exception)TypeError: Cannot read properties of undefined (reading '_fired')
Beta Was this translation helpful? Give feedback.
All reactions