We're deploying 6.3.2 with docker deployment. Some of our users reported that if they have blocked third party cookie and site data, all the dashboard/visualization embedded in other HTML would show such error message:
Version: 6.3.2
Build: 17307
Error: Uncaught SecurityError: Failed to read the 'sessionStorage' property from 'Window': Access is denied for this document. (http://*******/bundles/commons.bundle.js:3)
at window.onerror (http://*********o/bundles/commons.bundle.js:3:778155)
The only configs (via environment variables) are:
- name: ELASTICSEARCH_URL
value: http://xxxxxxxxxxxxx:9200
- name: XPACK_MONITORING_UI_ENABLED
value: "true"
And there's a similar issue reported 18 months ago but doesn't get a response.
Is there any workaround?