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

Reload fails: Not allowed to load local resource: data:text/html,chromewebdata #11

Closed
pamtbaau opened this issue Aug 27, 2016 · 1 comment
Labels

Comments

@pamtbaau
Copy link

Without routing:
I have cloned and build (using webpack) the template Electrogram and reloading work well out of the box. The Electrogram app is bootstrapped starting an AppComponent. No routing in this app.

When I replace the app folder by the Quickstart app from Angular and bootstrap the app from the AppModule the apps runs well and reloading works fine. This app does not have routing.

With routing:
When I replace the app folder by the Tour of Heroes tutorial app from Angular and bootstrap starting the top AppModule the app runs well. But..., when the app gets reloaded, the window remains blank and the following error occurs: "Not allowed to load local resource: data:text/html,chromewebdata".
When I bootstrap the app starting an AppComponent reloading works fine. Unfortunately routing does not work when bootstrapping from Component.

@yan-foto
Copy link
Owner

My experience with Angular (and/or any of the other frameworks you mentioned) is minimal to zero. I can only help if you have spotted a bug limited to electron-reload and have opted out other sources of the error.

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

2 participants