Internet Explorer 11 does not load Apache superset URL
See original GitHub issueA 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:
- Created 4 years ago
- Comments:7
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
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 😦
import ‘babel-polyfill’; import ‘react-app-polyfill/ie11’; import ‘react-app-polyfill/stable’;
added “not dead” in browserslist section in package.json (superset-frontend)
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…