CypressError: The XHR server is unavailable or missing #17024
Unanswered
isaacking5
asked this question in
Component Testing
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.
-
CypressError: The XHR server is unavailable or missing
When I am trying to RUN a cypress file (dummy.js), sometimes it passes all the test cases, but sometimes I am getting
The XHR server is unavailable or missing. This should never happen and likely is a bug. Open an issue if you see this message
.Previously I ran all the test cases in same cypress version. It successfully passed all the test cases, but now I am getting this error, and I could not figure out this random behaviour.
Can anyone suggest me why i am getting this error or tell me which use-cases lead me to this error.
Versions
Note
cy.route()
instead ofcy.intercept()
.Beta Was this translation helpful? Give feedback.
All reactions