Errors in default, empty webpack project: Uncaught (in promise) - Could not establish connection. Receiving end does not exist.
See original GitHub issueI’m submitting a bug report
- Library Version: 0.33.1
Please tell us about your environment:
-
Operating System: macOS 10.13.5
-
Node Version: 8.9.4
-
NPM Version: 5.5.1
-
Browser: Chrome 67.0.3396.87 (Official Build) (64-bit)
-
Language: TypeScript 2.5.2
-
Loader/bundler: Webpack
Current behavior: On starting a new, Default TypeScript project (with Webpack), without any modifications, my Google Chrome browser throws the following errors multiple times:
Uncaught (in promise) {message: “Could not establish connection. Receiving end does not exist.”} [browser-polyfill.js:610]
- What is the expected behavior? Expected behaviour is not having any console errors.
Steps to reproduce:
- Run
au new
to create a new app (with CLI v0.33.1), giving it namefoo
- Choose options 2 => 1 => 1 to create a Default TypeScript project and install all dependencies
- Navigate to folder,
cd foo
and runau run --watch
- Open the browser and the console errors pop up, on my system
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (2 by maintainers)
Top Results From Across the Web
Uncaught (in promise) Error: Could not establish connection ...
Receiving end does not exist. I realized while reading the error message, that this happened because I want to send a message to...
Read more >Troubleshooting Common Errors - Gatsby
If you encounter a webpack error that says Generating SSR bundle failed after installing a plugin and trying to run gatsby develop or...
Read more >Changelog - Cypress Documentation
A default configuration file will no longer be auto-generated by Cypress when a configuration file doesn't exist. Instead, you can run cypress open...
Read more >node-mssql | Microsoft SQL Server client for Node.js
Providing a different connection config to the connect() function will not create a new connection if it is already connected. const sql =...
Read more >cannot find module [Node npm Error Solved] - freeCodeCamp
To fix the error, you need to install the package that is absent in your project directory – npm install package-name or yarn...
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 Free
Top 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
I think I found the cause - and the solution to this. I asked a colleague to try and reproduce the problem. Without success. He ran pretty much the same configuration as me.
I started playing around with my Chrome Extensions, disabling them one-by-one, and the problem was resolved once I disabled the Selenium IDE extension.
For me this fixes it, therefor I’ll close this issue.
In my case, it was Adblock Plus, I was testing a vuejs application so i had to white-list the domain.