Doubt regarding Error Message in API project

I have been working on an API-related JS project. Despite there being not any error in the code, I am getting this error message in the console :
“A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received”

What does this error mean? Google search seems to suggest that it is caused due to multiple chrome extensions.

I ended up circumventing the issue by opening the link in an incognito tab. Apparently, due to a recent update of chrome, the requests are being handled in a different manner which is resulting in this said error.
Thanks for the response. :+1:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.