Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.6.1
-
None
Description
This bug happens because we trigger API call (GET method) and trigger browser refresh event at same time in the code. so the browser refresh event makes the browser to cancel the ongoing GET request and UI code throws the error pop up called from errorCallback function binded to the API/Ajax call.
On successful browser reload the popup disappears. Thus this popup is noticed for a short while