reTHINK-project/dev-runtime-core

Chrome: Access to IndexedDB is denied when the browser is configured to block third party cookies and data sites

Opened this issue · 0 comments

When Chrome (chrome://settings/content ) is configured like:

image

The runtime core storage manager does not have access to Browser Local Storage and the following exception is raised:

UnknownError The user denied permission to access the database

The StorageManager should catch this error and the Admin GUI should open a window asking the user to add an exception to the domain hosting the catalogue from where the runtime is loaded.