-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kibana won't load on IE #35759
Comments
Pinging @elastic/kibana-platform |
kibana/built_assets/dlls/vendors.bundle.dll.js |
Pinging @elastic/kibana-operations |
For the sake of triage, I'm making an educated guess that this is an issue with our polyfills or babel configuration. @elastic/kibana-operations can someone look into this? |
I think this may be related to #33093, which changed babel in big ways and only exists in 7.x onward. |
@epixa I've found the problem. It's not related with the changes made on Babel #33093 at all. It was caused by this PR #35548 Basically it has updated to Should I backport the fix both for master and |
@mistic Yes, please |
@mistic Can you please help me out I am using Elastic search 7 asa docker image, I am able to access the kibana port from inside the VM, but from outside only elastic is accessible on port 9200, but 5601 is giving me an error. Please find the attached screenshot. I have tried everything and failed every time. Please help https://user-images.githubusercontent.com/51982439/59737907-02f9bf80-927d-11e9-94c1-07e60f6a3806.PNG |
@Susmit07 the problem you're having doesn't have anything to do with the one reported on that issue. It seems to me a bad configuration on your docker setup. As a matter of an example for testing purposes try to run the kibana docker using (https://www.elastic.co/guide/en/kibana/current/docker.html#_running_kibana_on_docker_for_development):
|
Kibana version: 7.1.0 (7.x branch snapshot)
Elasticsearch version: 7.1.0 (7.x branch snapshot)
Server OS version: Ubuntu 14
Browser version: IE11
Browser OS version: Windows 10
Original install method (e.g. download page, yum, from source, etc.): tar.gz files (default distribution with security enabled)
Describe the bug: My understanding was that in 7.x Kibana would have an error or warning about insecure browser on IE11.
And in master with default settings it would not load (but you could bypass by setting
csp.strict: false
on master and keep using IE11).But I could be wrong on that ^?
Steps to reproduce:
It never loads. Just shows;
The text was updated successfully, but these errors were encountered: