we're implementing Mesibo in our web application and one of the developers in our team encountered a problem with running app successfully in his browser (up-to-date Chrome running on MacOS).
He gets this error in logs:
Uncaught (in promise) DOMException: Failed to execute 'transaction' on 'IDBDatabase': One of the specified object stores was not found. mesibo.js:83
When I checked his indexedDB in the browser I saw that "messages" and "contacts" stores were not set up (and they should be upon sdk initialization). Deleting "mesibo" database and running app again resulted in the same error. However, when running in incognito mode everything was fine and stores were correctly set up.
We are currently in the testing stage but I'd like to be sure that this problem will not show up to our users in production so I wonder if anyone here encountered such a problem and what could be a cause?