Skip to content
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

Open
taydin-git opened this issue Aug 31, 2022 · 14 comments
Labels
stage: ready for work The issue is reproducible and in scope Triaged Issue has been routed to backlog. This is not a commitment to have it prioritized by the team. type: bug

Comments

@taydin-git
Copy link

taydin-git commented Aug 31, 2022

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

import './commands';
import '@shelex/cypress-allure-plugin';
import 'cypress-real-events/support';

// Alternatively you can use CommonJS syntax:
// require('./commands')
const resizeObserverLoopErrRe = /^[^(ResizeObserver loop limit exceeded)]/
Cypress.on('uncaught:exception', (err) => {
    /* returning false here prevents Cypress from failing the test */
    if (resizeObserverLoopErrRe.test(err.message)) {
        return false
    }
})

Cypress Version

10.4.0

Node version

v14.19.0

Operating System

macOS 12.3.1

Debug Logs

No response

Other

No response

@nagash77
Copy link
Contributor

@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.

@nagash77 nagash77 self-assigned this Aug 31, 2022
@nagash77
Copy link
Contributor

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.

@nagash77 nagash77 closed this as not planned Won't fix, can't repro, duplicate, stale Sep 12, 2022
@NikitaSheff
Copy link

Hi!
I have reproduced this issue on Cypress 10.10
HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
node 18.10
This issue is observed when I'm trying to visit my site

@nagash77
Copy link
Contributor

@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.

@manoharaataleait
Copy link

Yes I'm also getting same error while running the script
/__cypress/runner/popper.js.map HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

@manoharaataleait
Copy link

Please explain me how to resolve this issue

@nagash77
Copy link
Contributor

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.

@NikitaSheff
Copy link

NikitaSheff commented Dec 22, 2022

On cypress v12.2.0 I'm still getting same error for Electron browser, for Chrome browser site loads correctly
image

@d-led
Copy link

d-led commented Dec 22, 2022

here's an example to reproduce:

Screenshot 2022-12-22 at 17 00 29

@emilyrohrbough
Copy link
Member

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 (uncaught exception)TypeError: Illegal invocation. Are you able to provide a reproduction for this error or have you been able to solve this on your end? Seems like it'd be coming from your application under test.

@emilyrohrbough emilyrohrbough added stage: needs information Not enough info to reproduce the issue Needs Reproduction labels Dec 27, 2022
@d-led
Copy link

d-led commented Dec 27, 2022

The console message doesn’t affect the testing, indeed.

@emilyrohrbough emilyrohrbough added CT Issue related to component testing routed-to-ct labels Dec 27, 2022
@mendo94
Copy link

mendo94 commented Dec 27, 2022

@emilyrohrbough emilyrohrbough removed the stage: needs information Not enough info to reproduce the issue label Jan 3, 2023
@manoharaataleait
Copy link

Net:: ERR_EMPTY_RESPONSE still getting same error is not resolved

@manoharaataleait
Copy link

When try to run the Cypress run --browser=chrome with specific test but cypress open able to run.

@nagash77 nagash77 added Triaged Issue has been routed to backlog. This is not a commitment to have it prioritized by the team. and removed routed-to-ct labels Apr 19, 2023
@jennifer-shehane jennifer-shehane added stage: ready for work The issue is reproducible and in scope and removed Needs Reproduction labels Oct 5, 2023
@jennifer-shehane jennifer-shehane added type: bug and removed CT Issue related to component testing labels May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stage: ready for work The issue is reproducible and in scope Triaged Issue has been routed to backlog. This is not a commitment to have it prioritized by the team. type: bug
Projects
None yet
Development

No branches or pull requests

8 participants