[Solved] A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received, What does that mean?
React JS
Mohit Mozumder
Problem:
While running React Project i got this error In my chrome console-
A listener indicated an asynchronous response by returning true,
but the message channel closed before a response was received
Solution:
Basically, This Issue is Caused by Some Extensions and For that, they are issuing cross-origin requests. Try-
~ Another Browseror
~ Use incognito mode
or
~Disable Extension in crome
Thank you for reading the article. Feel free to contact with us if the problem is not solve yet.