question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Internet Explorer 11 does not load Apache superset URL

See original GitHub issue

A clear and concise description of what the bug is. I run the apache superset on Centos 7 with a docker image. When I enter the apache superset URL in IE11 and the main page does not load after login!

(please complete the following information):

  • superset version: 0.35.1
  • python version: 3.6
  • node.js version: 8.17
  • npm version: 6.13

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7

github_iconTop GitHub Comments

3reactions
keehl1213commented, Dec 10, 2020

I have to support superset in IE11, as there is no official way found, i have tried the below steps and still got no luck 😦

  1. installed react-app-polyfill & babel-polyfill packages in (superset-frontend) and imported them at the very top in index files as below

import ‘babel-polyfill’; import ‘react-app-polyfill/ie11’; import ‘react-app-polyfill/stable’;

  1. added “not dead” in browserslist section in package.json (superset-frontend)
  2. added target: “es5” in tsconfig.json (superset-frontend)

also builded the project with above changes and still iam not able to run superset in IE.

iam getting login screen and then after entering the login credentials, iam getting infinite loading screen and an error stating “Expected :” from welcome.hash.entry.js

please let us know if there any workarounds for the IE support? @mistercrunch

also did you find any way to support superset in IE…? @MahsaSeifikar @swanitzek @keehl1213

Thanks in advance…

I finally gave up supporting IE11 and legacy Edge because of this announcement. I suggest you only support chromium-based Edge since IE11 and legacy edge both have security problems.

0reactions
SaiManojGcommented, Dec 9, 2020

I have to support superset in IE11, as there is no official way found, i have tried the below steps and still got no luck 😦

  1. installed react-app-polyfill & babel-polyfill packages in (superset-frontend) and imported them at the very top in index files as below

import ‘babel-polyfill’; import ‘react-app-polyfill/ie11’; import ‘react-app-polyfill/stable’;

  1. added “not dead” in browserslist section in package.json (superset-frontend)

  2. added target: “es5” in tsconfig.json (superset-frontend)

also builded the project with above changes and still iam not able to run superset in IE.

iam getting login screen and then after entering the login credentials, iam getting infinite loading screen and an error stating “Expected :” from welcome.hash.entry.js

please let us know if there any workarounds for the IE support? @mistercrunch

also did you find any way to support superset in IE…? @MahsaSeifikar @swanitzek @keehl1213

Thanks in advance…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Internet Explorer 11 does not load Apache superset URL #9022
I run the apache superset on Centos 7 with a docker image. When I enter the apache superset URL in IE11 and the...
Read more >
[GitHub] [incubator-superset] MahsaSeifikar opened a new issue ...
MahsaSeifikar opened a new issue #9022: Internet Explorer 11 does not load Apache superset URL: https://github.com/apache/incubator-superset/issues/9022 A ...
Read more >
Unable to load the webpages using internet explorer 11 ...
Original post:Unable to open webpages using IE 11 Currently using Windows 7 and IE 11. When I try to open a page like...
Read more >
Configuring Superset
To configure Superset metastore set SQLALCHEMY_DATABASE_URI config key on superset_config to the appropriate connection string. Running on a WSGI HTTP Server​.
Read more >
URL prefix for Superset - Stack Overflow
As I answered in How to get Apache Superset to run on a specified path, this issue covers what you're talking about:.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found