jameacle09 / csileavemanagementsystem

Leave Management System for CSI with a Spring Boot backend and a React frontend.
8 stars 15 forks source link

IE browser not able to render whole pages completely (blank displays) #187

Closed acapawn7 closed 5 years ago

acapawn7 commented 5 years ago

Internet Explorer (IE) browser is not able to render the whole pages and display as blank. However, it is working fine on Microsoft Edge browser.

On local: image

On server: image

Tried to add the following polyfill code to display the Login page but cannot logging in at all.

  1. Run npm install --save @babel/polyfill
  2. Add import "babel-polyfill"; to index.js
  3. The Login page should be displayed now (with an exception that the button is not working).
shahrul91 commented 5 years ago

Kindly test once deployed to Live Server.

shahrul91 commented 5 years ago

Issue is no longer appear as it's already fixed.