Failed to read the 'sessionStorage'

I have a problem with embeding iframes of Kibana in my Website.

Chrome greets me with this error:

Uncaught DOMException: Failed to read the 'sessionStorage' property from 'Window': Access is denied for this document.

So the iframe content is not loaded.
the Http server is a local server Kibana and ES are Running on AWS

For now the workaround is to allow third party cookies or to make an exception in Chrome.

For the productive system this is not available, because every user would have to make the exception manually.

My question now, is there a Fix for this which i could use in a productive system?

thanks in advance

Is the site you're embedding Kibana into https while your local server is http?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.