Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi umbraco community
Im trying to figure out why im getting a white screen when going to the umbraco login screen in ie11.
the umbraco version is 7.15.7
If I look the error in ie it looks like is an arrow function but how do I avoid dependencyHandler to have arrow functions?
Hi Dan,
I know that V8 does not support IE as a browser anymore.
But according to the system requirements V7 should support it. https://our.umbraco.com/Documentation/Getting-Started/Setup/Requirements/index-v7
So is this a blank Umbraco install or did you add some packages ?
Also can you try to set debug="true" on the compilation tag. This will prevent Client Dependency to bundle and minify the javascript.
This will give you better error in the browser console.
Dave
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
IE 11 umbraco backend login is white and show syntax error
Hi umbraco community
Im trying to figure out why im getting a white screen when going to the umbraco login screen in ie11.
the umbraco version is 7.15.7
If I look the error in ie it looks like is an arrow function but how do I avoid dependencyHandler to have arrow functions?
Hi Dan,
I know that V8 does not support IE as a browser anymore.
But according to the system requirements V7 should support it. https://our.umbraco.com/Documentation/Getting-Started/Setup/Requirements/index-v7
So is this a blank Umbraco install or did you add some packages ?
Also can you try to set debug="true" on the compilation tag. This will prevent Client Dependency to bundle and minify the javascript.
This will give you better error in the browser console.
Dave
is working on a reply...