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

Failed to load resource: net::ERR_BLOCKED_BY_CLIENT #7197

Open
marc7000 opened this issue Nov 4, 2019 · 7 comments
Open

Failed to load resource: net::ERR_BLOCKED_BY_CLIENT #7197

marc7000 opened this issue Nov 4, 2019 · 7 comments
Labels

Comments

@marc7000
Copy link

marc7000 commented Nov 4, 2019

Bildschirmfoto 2019-11-04 um 09 39 44
NWJS 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>
@rogerwang
Copy link
Member

Thanks for reporting. Could you please provide the full sample so I can run and reproduce it here?

@marc7000
Copy link
Author

marc7000 commented Nov 4, 2019

@rogerwang
Copy link
Member

Before it's fixed, you can workaround it by adding --disable-features=ProcessSharingWithDefaultSiteInstances to the command line arguments or chromium-args field in the manifest.

@rogerwang
Copy link
Member

This is fixed in git and will be available in the next nightly build.

rogerwang added a commit that referenced this issue Dec 29, 2019
@CxRes
Copy link

CxRes commented Aug 22, 2021

This issue has come back in 0.55.0 . Please reopen!

Error message looks like this

DevTools failed to load source map: Could not load content for chrome-extension://okbeiaglphddelgfpldbkabgoilcggjk/node_modules/my-app/dist/index.min.js.map: System error: net::ERR_BLOCKED_BY_CLIENT

@rogerwang rogerwang reopened this Aug 22, 2021
@lianglei777
Copy link

This issue has come back in 0.55.0 . Please reopen!

Error message looks like this

DevTools failed to load source map: Could not load content for chrome-extension://okbeiaglphddelgfpldbkabgoilcggjk/node_modules/my-app/dist/index.min.js.map: System error: net::ERR_BLOCKED_BY_CLIENT

I got the same issue in 0.60.0

@zhanal
Copy link

zhanal commented Sep 16, 2022

After configuring vue i've got this issue (just an empty blankon the web) idk what should i do .....
before configuration views were visible but they couldn't properly navigate on each other

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants