Iframe Embed Issue
Closed this issue · 3 comments
After installing the plugin, I'm getting an iframe issue security error. This only occurs when the visualization is embedded in iframe. I opened up a static test.html with the iframe, and this is the error it shows:
Uncaught SecurityError: Blocked a frame with origin "http://localhost:5601" from accessing a cross-origin frame. (http://localhost:5601/bundles/kibana.bundle.js?v=14723:143)
I just ran into this same issue. Do we have a fix or mitigation?
What browser are you running? How are you serving out the iframe html page? If you remove the enhanced tilemap visualization from the dashboard (and use only built in kibana visualizations), do your iframe issues persist?
The issue happens on all three browsers (chrome, firefox, and IE). I also tested with kibana stable release, and kibana dev
If you remove the enhanced tilemap visualization from the dashboard (and use only built in kibana visualizations), do your iframe issues persist?
Yes, any sort of iframe embedding throws this error, regardless of whether the visualization/dashboard contains enhanced_tilemap. It's only after removing the plugin completely, the error goes away.
It seems that the plugin uses both bower and npm to build. Could this lead to an issue?