You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/12/09 06:37:08 UTC

[GitHub] [incubator-superset] SaiManojG edited a comment on issue #9022: Internet Explorer 11 does not load Apache superset URL

SaiManojG edited a comment on issue #9022:
URL: https://github.com/apache/incubator-superset/issues/9022#issuecomment-741560983


   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';
   
   2) added "not dead" in browserslist section in package.json (superset-frontend)
   
   3) 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..


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org