Hi there,
Can you see the response of AJAX call on the first image? https://ibb.co/YXb1MCK
It return JSON type: {“success”:false,”data”:”Session is already logged out.”} after your AJAX calling checking. The result return no msg information, but you are always using ob.msg in result response.
It may cause when you open multiple tabs, then on the first tab you are logged out, so on other tabs it will appears this error. Please reproduce in this case.