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.

API call is getting blocked and message shown is "net::ERR_BLOCKED_BY_CLIENT"

See original GitHub issue
describe('My First Test', function() {
  it('finds the content "type"', function() {
    cy.visit('https://AAA-AAA-BB.XXXX.ly')

    cy.get('[ng-model="login.username"]').type('XXXXXX@YYYYYY.ly') 
	cy.get('[ng-model="login.password"]').type('XXXX')
	cy.get('.btn').click()
  })
})

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
mcantonbulcommented, Feb 20, 2020

any solution for this problem? I got same. It is working in electron but not in chrome.

0reactions
rangrasjaycommented, Feb 20, 2020

@mcantonbul , It is due to firewall. My firewall was blocking this somehow

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Solve ERR_BLOCKED_BY_CLIENT - KeyCDN Support
An ERR_BLOCKED_BY_CLIENT error is commonly caused due to one of the extensions installed on the browser. Learn more about how to solve this ......
Read more >
4 Ways to Fix the “Failed to Load Resource: net - Kinsta
Learn how to fix the "Failed to Load Resource: net::ERR_BLOCKED_BY_CLIENT" error. We'll show you 4 different methods to fix this error.
Read more >
ERR_BLOCKED_BY_CLIENT in Chrome Dev Tools console ...
ERR_BLOCKED_BY_CLIENT usually occurs when a request is blocked by something like the Chrome developer tools or an ad blocking plugin. Are you ...
Read more >
Getting "net::ERR_BLOCKED_BY_CLIENT" error on some ...
Having rules and expressions that just operate on a tiny bit of text ... AdBlock blocks the page and throws a ERR_BLOCKED_BY_CLIENT error....
Read more >
Solving 'net::ERR_BLOCKED_BY_CLIENT' - positronX.io
If the net:: err_blocked_by_client message is showing even when you are not using an Adblocker or safety extension, then debug the issue.
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