URI malformed just accessing localhost #21024
Unanswered
jayporta
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Cypress version 9.5.3 (when I upgraded, I was no longer able to resize the panels or click anything in the Chrome window)
I set up Cypress for the first time in an existing React codebase. All I did was try
cy.visit('')
after setting thebaseUrl
ashttp://localhost:3000
and I immediately got a URI malformed error.Test:
cypress.json:
I found this workaround on Stackoverflow:
Beta Was this translation helpful? Give feedback.
All reactions