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/01/25 09:09:02 UTC

[GitHub] [incubator-superset] MahsaSeifikar opened a new issue #9022: Internet Explorer 11 does not load Apache superset

MahsaSeifikar opened a new issue #9022: Internet Explorer 11 does not load Apache superset
URL: https://github.com/apache/incubator-superset/issues/9022
 
 
   A clear and concise description of what the bug is.
   when I enter apache superset URL in IE11 and the page after login the page does not load!
   
   
   (please complete the following information):
   
   - superset version: `0.35.1`
   - python version: `3.6`
   - node.js version: `8.17`
   - npm version: `6.13`
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

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


[GitHub] [incubator-superset] stale[bot] commented on issue #9022: Internet Explorer 11 does not load Apache superset URL

Posted by GitBox <gi...@apache.org>.
stale[bot] commented on issue #9022: Internet Explorer 11 does not load Apache superset URL
URL: https://github.com/apache/incubator-superset/issues/9022#issuecomment-604204698
 
 
   This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue `.pinned` to prevent stale bot from closing the issue.
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

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


[GitHub] [incubator-superset] stale[bot] closed issue #9022: Internet Explorer 11 does not load Apache superset URL

Posted by GitBox <gi...@apache.org>.
stale[bot] closed issue #9022: Internet Explorer 11 does not load Apache superset URL
URL: https://github.com/apache/incubator-superset/issues/9022
 
 
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

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


[GitHub] [incubator-superset] MahsaSeifikar closed issue #9022: Internet Explorer 11 does not load Apache superset URL

Posted by GitBox <gi...@apache.org>.
MahsaSeifikar closed issue #9022:
URL: https://github.com/apache/incubator-superset/issues/9022


   


----------------------------------------------------------------
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


[GitHub] [incubator-superset] MahsaSeifikar commented on issue #9022: Internet Explorer 11 does not load Apache superset URL

Posted by GitBox <gi...@apache.org>.
MahsaSeifikar commented on issue #9022:
URL: https://github.com/apache/incubator-superset/issues/9022#issuecomment-726027607


   @swanitzek If you find any please share here.


----------------------------------------------------------------
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


[GitHub] [incubator-superset] keehl1213 commented on issue #9022: Internet Explorer 11 does not load Apache superset URL

Posted by GitBox <gi...@apache.org>.
keehl1213 commented on issue #9022:
URL: https://github.com/apache/incubator-superset/issues/9022#issuecomment-742186572


   > 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](https://techcommunity.microsoft.com/t5/microsoft-365-blog/microsoft-365-apps-say-farewell-to-internet-explorer-11-and/ba-p/1591666).
   I suggest you only support chromium-based Edge since IE11 and legacy edge both have security problems.


----------------------------------------------------------------
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


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

Posted by GitBox <gi...@apache.org>.
SaiManojG commented on issue #9022:
URL: https://github.com/apache/incubator-superset/issues/9022#issuecomment-741560983


   are there any workarounds for the IE support?
   please let us know @mistercrunch 
   
   also did you find any way to support superset in IE..? @MahsaSeifikar  @swanitzek  @keehl1213 


----------------------------------------------------------------
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


[GitHub] [incubator-superset] keehl1213 commented on issue #9022: Internet Explorer 11 does not load Apache superset URL

Posted by GitBox <gi...@apache.org>.
keehl1213 commented on issue #9022:
URL: https://github.com/apache/incubator-superset/issues/9022#issuecomment-670330649


   I got the same error.  Is there any solution?


----------------------------------------------------------------
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


[GitHub] [incubator-superset] swanitzek commented on issue #9022: Internet Explorer 11 does not load Apache superset URL

Posted by GitBox <gi...@apache.org>.
swanitzek commented on issue #9022:
URL: https://github.com/apache/incubator-superset/issues/9022#issuecomment-726024997


   Are there any information available what is required to get the Internet Explorer working with Superset?


----------------------------------------------------------------
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


[GitHub] [incubator-superset] MahsaSeifikar commented on issue #9022: Internet Explorer 11 does not load Apache superset URL

Posted by GitBox <gi...@apache.org>.
MahsaSeifikar commented on issue #9022:
URL: https://github.com/apache/incubator-superset/issues/9022#issuecomment-670415980


   @keehl1213 I haven't solved the problem yet!


----------------------------------------------------------------
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


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

Posted by GitBox <gi...@apache.org>.
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