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.

Errors in default, empty webpack project: Uncaught (in promise) - Could not establish connection. Receiving end does not exist.

See original GitHub issue

I’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]

image

  • What is the expected behavior? Expected behaviour is not having any console errors.

Steps to reproduce:

  1. Run au new to create a new app (with CLI v0.33.1), giving it name foo
  2. Choose options 2 => 1 => 1 to create a Default TypeScript project and install all dependencies
  3. Navigate to folder, cd foo and run au run --watch
  4. Open the browser and the console errors pop up, on my system

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

71reactions
hanssenscommented, Jun 27, 2018

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.

image

For me this fixes it, therefor I’ll close this issue.

1reaction
mekbibacommented, Oct 15, 2018

In my case, it was Adblock Plus, I was testing a vuejs application so i had to white-list the domain.

Read more comments on GitHub >

github_iconTop 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 >

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