Recently I tried to host my website in AWS Elastic Beanstalk. The website got up and running and now I can access it using Chrome and Mozilla. However, it is giving me the following error while opening it using Microsoft Edge.
This is the output that I am getting with Mozilla and Chrome where the website is running perfectly.
Can somebody explain why the site is not running in Edge?
Angular CLI applications require a few more steps in order to support Internet Explorer. It’s really simple: un-comment a few imports and install a couple of npm packages. We see this error because there are a lot of commonly used parts of JavaScript that Internet Explorer just doesn’t support. This is especially true for array functions.
Un-comment all the import lines in there. For me, the easy way is just to replace all // import with **
Try this :
Reset the IE settings
1) In Internet Explorer, select the Tools menu and then click Internet Options.
2) Click the Advanced tab, Click Reset button.
3) Click the Reset button while a prompt asks ”Are you sure you want to reset all the Internet Explorer settings?”.
4) Click OK, restart your IE.
Then check your issue
Hope this will help you.