Forum Discussion
Amit Koyani
Oct 25, 2018Copper Contributor
Sharepoint currenly crash with IE - is there any new update of sharepoint cause of that?
I have successfully run with sharepoint portal on IE all version, but suddenly site starts to crash with IE All version, it works with chrome firefox, other browsers etc..
My Site built with SharePoint online and classic site, with all js customization and custom master page
No console error, It crashed after some time like 1 or 2 minutes, crash in sense not allow to select even browser URL, we have to force shut off IE then
Tried Solution :
- Update browser
- Add site on secure site
- disable Addon
- Set compatible version in the custom master page
But it not works still, If you have any better solution please suggest
advance thanks
- Adrienne AndrewsBrass Contributor
Hi Amit,
There are changes in Office 365 scheduled to happen this week (today, I believe) to force browsers to use TLS 1.2. Depending on the version of Internet Explorer you are using, it may require a combination of settings or updates to IE to get things to work. Check out the following support link: https://support.microsoft.com/en-us/help/4057306/preparing-for-tls-1-2-in-office-365
Best of luck!
- Amit KoyaniCopper Contributor
Thanks, Adrienne Andrews for your Reply!
I have found, one of my AJAX call is an infinite loop, so IE can't handle this loop so it crashes after some time, but other other browser did, I have fixed that code and it works fine now