-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cypress/runner/popper.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE #23648
Comments
@taydin-git Right now there doesn't seem to be enough information to reproduce the problem on our end. Unless we receive a reliable reproduction, we'll eventually have to close this issue until we can reproduce it. This does not mean that your issue is not happening - it just means that we do not have a path to move forward. Please provide a reproducible example of the issue you're encountering. Here are some tips for providing a Short, Self Contained, Correct, Example and our own Troubleshooting Cypress guide. |
Unfortunately we have to close this issue due to inactivity. Please comment if there is new information to provide concerning the original issue and we can reopen. |
Hi! |
@NikitaSheff Please provide a reproducible example of the issue you're encountering. Here are some tips for providing a Short, Self Contained, Correct, Example and our own Troubleshooting Cypress guide. |
Yes I'm also getting same error while running the script |
Please explain me how to resolve this issue |
Hi @manhoraatalea , As previous comments have stated we do not have a reproducible example. If you can provide one we can reopen this ticket for investigation, otherwise there isn't enough information for our developers to investigate. |
here's an example to reproduce:
|
I am able to repo the popper.js.map issue by running the reproduction @d-led provided (thank you!) Does this impact your ability to run tests or are you just seeing this in the console? I'm noticing it but it seems test cases I've tried are working fine. @taydin-git it seems error with clicking the button is related to |
The console message doesn’t affect the testing, indeed. |
Net:: ERR_EMPTY_RESPONSE still getting same error is not resolved |
When try to run the Cypress run --browser=chrome with specific test but cypress open able to run. |
Current behavior
I try to run my application but cypress gives net::ERR_HTTP_RESPONSE_CODE_FAILURE error and also,
(uncaught exception)TypeError: Illegal invocation error message while clicking. a button.
Desired behavior
I should be able to click on the button.
Test code to reproduce
For the security reasons, I can't provide the code. This is how my e2e.js file looks
Cypress Version
10.4.0
Node version
v14.19.0
Operating System
macOS 12.3.1
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: