question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

cypress/runner/popper.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

See original GitHub issue

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

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:2
  • Comments:12 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
d-ledcommented, Dec 27, 2022

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

cypress-io/cypress - Gitter
... Could not load content for http://localhost:58011/__cypress/runner/popper.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE".
Read more >
popper.js.map - Failed to load resource: the server responded ...
map - Failed to load resource: the server responded with a status of 404 (Not Found). After starting to have a look into...
Read more >
Ask Question - Stack Overflow
Could not load content for http://x.com/js/bootstrap.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE · Ask Question.
Read more >
(failed)net::err_http_response_code_failure - You.com
DevTools failed to load SourceMap: Could not load content for http://localhost:4200/web-animations.min.js.map: HTTP error: status code 404, ...
Read more >
keycloak.min.js.map: HTTP error: status code 404, net
keycloak.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE · Vishal Padhar · Augmented Reporting.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found