# Kibana 7.11.1 - ie11 - bootstrap error (html5)

**URL:** https://discuss.elastic.co/t/kibana-7-11-1-ie11-bootstrap-error-html5/265856
**Category:** Kibana
**Created:** [March 1, 2021, 7:47pm UTC](https://discuss.elastic.co/t/kibana-7-11-1-ie11-bootstrap-error-html5/265856 "2021-03-01T19:47:52Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![snorlax](https://avatars.discourse-cdn.com/v4/letter/s/9dc877/32.png) [@snorlax](https://discuss.elastic.co/u/snorlax)
#### Post date: [March 1, 2021, 7:47pm UTC](https://discuss.elastic.co/t/kibana-7-11-1-ie11-bootstrap-error-html5/265856/1 "2021-03-01T19:47:52Z")

</div>

Hello,

## We have upgraded kibana/elasticsearch/logstash to version 7.11.1. Everything works fine on chrome and we get errors on ie11.

## SCRIPT1003: Expected ':' File: bootstrap.js, Line: 18, Column: 20

When I check line 18: **bundleRequire** ,  
I need to run this on ie11. How can I solve it?

Thanks.

---

<div class="post-metadata">

### Author: ![wylie](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/wylie/32/81794_2.png) [@wylie](https://discuss.elastic.co/u/wylie)
#### Post date: [March 1, 2021, 8:05pm UTC](https://discuss.elastic.co/t/kibana-7-11-1-ie11-bootstrap-error-html5/265856/2 "2021-03-01T20:05:22Z")

</div>

We stopped supporting IE11 in version 7.9: [Elastic Support Matrix | Elasticsearch](https://www.elastic.co/support/matrix#matrix_browsers)

---

<div class="post-metadata">

### Author: ![snorlax](https://avatars.discourse-cdn.com/v4/letter/s/9dc877/32.png) [@snorlax](https://discuss.elastic.co/u/snorlax)
#### Post date: [March 1, 2021, 8:10pm UTC](https://discuss.elastic.co/t/kibana-7-11-1-ie11-bootstrap-error-html5/265856/3 "2021-03-01T20:10:40Z")

</div>

Hello,

Thanks for helping.  
However I need to be able to run this, is there any way?

---

<div class="post-metadata">

### Author: ![wylie](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/wylie/32/81794_2.png) [@wylie](https://discuss.elastic.co/u/wylie)
#### Post date: [March 1, 2021, 8:16pm UTC](https://discuss.elastic.co/t/kibana-7-11-1-ie11-bootstrap-error-html5/265856/4 "2021-03-01T20:16:22Z")

</div>

You would need to modify the Kibana source code to produce IE11-compatible builds.

We previously made some attempts to do this, but decided it was much better _not_ to. For example, we tried to use babel on all ES6 node modules: [[dll] run babel on all modules that aren't explicitly excluded by spalger · Pull Request #59923 · elastic/kibana · GitHub](https://github.com/elastic/kibana/pull/59923)

You'll need to look at babel-related changes that we have either merged, or decided not to, and implement some way to output IE11 compatible code:

> **[elastic/kibana](https://github.com/elastic/kibana/pulls?q=is:pr+is:closed+babel+-label:backport+)**

---

<div class="post-metadata">

### Author: ![snorlax](https://avatars.discourse-cdn.com/v4/letter/s/9dc877/32.png) [@snorlax](https://discuss.elastic.co/u/snorlax)
#### Post date: [March 1, 2021, 8:21pm UTC](https://discuss.elastic.co/t/kibana-7-11-1-ie11-bootstrap-error-html5/265856/5 "2021-03-01T20:21:47Z")

</div>

Oops, thanks again:)  
Then I am forwarding my last question, the only solution seems to be a downgrade, a snapshot is required for this, right? (We installed it as docker.)

---

<div class="post-metadata">

### Author: ![wylie](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/wylie/32/81794_2.png) [@wylie](https://discuss.elastic.co/u/wylie)
#### Post date: [March 1, 2021, 8:48pm UTC](https://discuss.elastic.co/t/kibana-7-11-1-ie11-bootstrap-error-html5/265856/6 "2021-03-01T20:48:06Z")

</div>

No, you cannot restore snapshots to older versions of Elasticsearch. Similarly, you cannot use Kibana indices that have been loaded with the latest version of Kibana in older versions of Kibana.

However, there is a workaround suggested in our official docs about using reindex-from-remote to do this: [Snapshot and restore | Elasticsearch Reference [7.11] | Elastic](https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshot-restore.html)

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [March 29, 2021, 8:48pm UTC](https://discuss.elastic.co/t/kibana-7-11-1-ie11-bootstrap-error-html5/265856/7 "2021-03-29T20:48:54Z")

</div>

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