I am getting the following error in Chrome on Mac (Version 71.0.3578.98) while accessing my angular app:
targets/showTargetsByStream:1 Unchecked runtime.lastError: The message port closed before a response was received.
My app is accessing REST api hosted by a node express server.
Above error is coming for every page, like navigating to new URL within the app.
Also noticed that Safari is not throwing above error.
Appreciate any help in resolving this error.