Good morning,
I have noticed that my WebAppBuilder application (ArcGIS Web Application ) gets the following error when being opened only in Internet Explorer:
Create widget error: themes/FoldarbleTheme/widgets/HeaderController/Widget
Where do I begin to sleuth out this error?
See if this thread helps. There was an Windows Update that made the use of double backshashes in a path no longer work in IE.
https://community.esri.com/thread/229836-webappbuilder-bug-with-custom-icons-on-widgets-and-ie
It partially helped. My app does load now after replacing all the \\ with / for file locations, however the header still does not load... interesting.
Did you try downloading any of the patches for the Windows updates linked below?
My computer is up to date. I tried downloading and manually installing, and two said they were not applicable to my machine, and the third said I already had that update patched.
Rudie,
Did the error in the console change? Did you replace all the \\ in the whole config.json?
Yeah, it's showing no errors now in the console. Not as far as I can tell. Here's the test web app I am using where I removed the //
Rudie,
Your header loaded for me in IE11 using that link.
Interesting, not here. And I'm all up to date.
Here is what I get. DId your clear your cache?