devmadhuu commented on PR #7048:
URL: https://github.com/apache/ozone/pull/7048#issuecomment-2295814484

   > Hi @devmadhuu, thanks for pointing this out. So NS_BINDING_ABORTED is 
coming because when we are switching the context/page we are aborting any 
background requests that might be present. Since when we are switching the page 
from V1 to V2 we are by default mounting new components, this is being thrown 
as all background requests are being rejected. You might also be seeing the 
pop-up telling previous request was cancelled.
   
   IMO, user might not be interested in that UI popup for error. Backend in F12 
window for debugging is OK, but we shouldn't show on UI which is of no interest 
to user what we are doing technically. So whenever any background requests 
being cancelled or terminated, pls make sure we don't know this pop-up message. 
 Its of no relevance to end user.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to