- My Angular 6 website
- VMware virtual machine environment
- Windows Server 2012 R2 Standard server
The Angular website runs smoothly on Chrome browser on my personal laptop.
- Interestingly, the same website performs well on Internet Explorer on my laptop.
- However, upon deployment to the client server through a virtual machine, the Chrome version of the website functions properly.
- On the contrary, the Internet Explorer version displays a blank white page across all versions and virtual machines in the data center.
- No errors or warnings are shown in the console, and the relevant polyfills.ts lines remain uncommented.
Upon changing IE to compatibility mode, I noticed the following errors in the console:
SCRIPT5009: 'Promise' is undefined
jspdf.min.js (118,654)
SCRIPT1002: Syntax error
main.js (8527,59)
SCRIPT5011: Can't execute code from a freed script
zone.js (2775,1)