Menu

Showing posts with label The message port closed before a response was received. Show all posts
Showing posts with label The message port closed before a response was received. Show all posts

Unchecked runtime.lastError: The message port closed before a response was received.

 While working with any JS framework we may encounter the error Unchecked runtime.lastError: The message port closed before a response was received. on the console of Chrome browser but not on any other browser.

Cause of Issue:

This we may experience if we have an extension installed in the Chrome browser. That extension is triggering events and looking for some information from the web page.

Resolution:

Remove the extensions from the Chrome browser.


Reference