Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
See original GitHub issueNWJS Version : 0.42.* Operating System : macOS 10.13.6, Windows 10, Ubuntu 18.4
Expected behavior
Normal app start, should load index.html & local js, css etc. files.
Actual behavior
App does not load local files (js, css etc.) Works fine with Version 0.41.3
Console Error: Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
chrome-extension://elfmfcoigbbelagnlofklbjhcfpcfhgm/css/app.95551f8f.css chrome-extension://elfmfcoigbbelagnlofklbjhcfpcfhgm/js/app.cc02e1af.js chrome-extension://elfmfcoigbbelagnlofklbjhcfpcfhgm/js/chunk-vendors.28b718c5.js chrome-extension://elfmfcoigbbelagnlofklbjhcfpcfhgm/favicon.ico
How to reproduce
Build with: nw-builder-webpack-plugin
<!DOCTYPE html>
<html lang=en>
<head>
<meta charset=utf-8>
<meta http-equiv=X-UA-Compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<link rel=icon href=/favicon.ico>
<title>vue-nw-webpack</title>
<link href=/css/app.95551f8f.css rel=preload as=style>
<link href=/js/app.cc02e1af.js rel=preload as=script>
<link href=/js/chunk-vendors.28b718c5.js rel=preload as=script>
<link href=/css/app.95551f8f.css rel=stylesheet>
</head>
<body>
<noscript><strong>We're sorry but vue-nw-webpack doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong></noscript>
<div id=app></div>
<script src=/js/chunk-vendors.28b718c5.js></script>
<script src=/js/app.cc02e1af.js></script>
</body>
</html>
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
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 >How to Solve ERR_BLOCKED_BY_CLIENT - KeyCDN Support
net /ads/ is active which triggers the associated resource to be blocked therefore returning a ERR_BLOCKED_BY_CLIENT error in Chrome. Being aware ...
Read more >I am getting Failed to load resource: net - Stack Overflow
This issue may be due to the flags of chrome browser. Reset it, it worked for me. chrome://flags Right corner 'Reset all to...
Read more >ERR_BLOCKED_BY_CLIENT in Chrome Dev Tools console ...
net/ads/ is active which triggers the associated resource to be blocked therefore returning a ERR_BLOCKED_BY_CLIENT error in Chrome. Being aware ...
Read more >Methods to Fix Failed to Load Resource NET ... - TechinPost
Unblock the Ad-Blocker Extensions · Search or go to your Browser ; Clear your Browsing Data cookies and cache · Click on the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is fixed in git and will be available in the next nightly build.
Before it’s fixed, you can workaround it by adding
--disable-features=ProcessSharingWithDefaultSiteInstances
to the command line arguments orchromium-args
field in the manifest.