Internet explorer webui problem

Hi ,

I have a problem about webui in IE browser. When I want to deploy an software package , client list doesnt shown. This problem is on only Internet Explorer (Version 11) .
Chrome , mozilla and Edge browser don’t have this problem. Maybe some policies affecting this problem.
Apps–> Custom → Select package–> Deploy

After clicking deploy button client list doesnt shown. You can see the screenshot and console errors.

SCRIPT5022: [$injector:modulerr] Failed to instantiate module bfWorkflow due to:

Error: [$injector:modulerr] Failed to instantiate module ui.router due to:
Error: [$injector:modulerr] Failed to instantiate module ui.router.init due to:
TypeError: Object doesn’t support property or method ‘find’
at getParamDeclaration (https://:444/takeaction/lib/libs.js:16189:9)
at Param (https://
:444/takeaction/lib/libs.js:16253:13)
at ParamFactory.prototype.fromConfig (https://:444/takeaction/lib/libs.js:19630:13)
at makeConfigParam (https://
:444/takeaction/lib/libs.js:17318:59)
at Anonymous function (https://:444/takeaction/lib/libs.js:15101:50)
at forEach (https://
:444/takeaction/lib/libs.js:29613:11)
at map (https://:444/takeaction/lib/libs.js:15101:9)
at paramsBuilder (https://
:444/takeaction/lib/libs.js:17320:13)
at Anonymous function (https://:444/takeaction/lib/libs.js:17515:105)
at StateBuilder.prototype.build (https://
:444/takeaction/lib/libs.js:17516:17)
AngularJS’%0A%20%20%20at%20getParamDeclaration%20(https%3A%2F%2F*********************%3A444%2Ftakeaction%2Flib%2Flibs.js%3A16189%3A9)%0A%20%20%20at%20Param%20(https%3A%2F%2F*********************%3A444%2Ftakeaction%2Flib%2Flibs.js%3A16253%3A13)%0A%20%20%20at%20ParamFactory.prototype.fromConfig%20(https%3A%2F%2F*********************%3A444%2Ftakeaction%2Flib%2Flibs.js%3A19630%3A13)%0A%20%20%20at%20makeConfigParam%20(https%3A%2F%2F*********************%3A444%2Ftakeaction%2Flib%2Flibs.js%3A17318%3A59)%0A%20%20%20at%20Anonymous%20function%20(https%3A%2F%2F*********************%3A444%2Ftakeaction%2Flib%2Flibs.js%3A15101%3A50)%0A%20%20%20at%20forEach%20(https%3A%2F%2F*********************%3A444%2Ftakeaction%2Flib%2Flibs.js%3A29613%3A11)%0A%20%20%20at%20map%20(https%3A%2F%2F*********************%3A444%2Ftakeaction%2Flib%2Flibs.js%3A15101%3A9)%0A%20%20%20at%20paramsBuilder%20(https%3A%2F%2F*********************%3A444%2Ftakeaction%2Flib%2Flibs.js%3A17320%3A13)%0A%20%20%20at%20Anonymous%20function%20(https%3A%2F%2F*********************%3A444%2Ftakeaction%2Flib%2Flibs.js%3A17515%3A105)%0A%20%20%20at%20StateBuilder.prototype.build%20(https%3A%2F%2F*********************%3A444%2Ftakeaction%2Flib%2Flibs.js%3A17516%3A17)
at Anonymous function (https://:444/takeaction/lib/libs.js:34146:9)
at forEach (https://
:444/takeaction/lib/libs.js:29599:11)
at loadModules (https://:444/takeaction/lib/libs.js:34106:5)
at Anonymous function (https://
:444/takeaction/lib/libs.js:34124:11)
at forEach (https://:444/takeaction/lib/libs.js:29599:11)
at loadModules (https://
:444/takeaction/lib/libs.js:34106:5)
at Anonymous function (https://:444/takeaction/lib/libs.js:34124:11)
at forEach (https://
:444/takeaction/lib/libs.js:29599:11)
at loadModules (https://:444/takeaction/lib/libs.js:34106:5)
at createInjector (https://
:444/takeaction/lib/libs.js:34028:3)

anoyone seen this problem before ? which policy or setting cause this problem ?

This may happen if you have “Compatibility View” enabled for this site in Internet Explorer.

Go to the tools menu (or the gear icon) in Internet Explorer, going to “Compatibility View Settings”, and remove the webui server url from the list.

Hi Jeremy ,

i checked, there is no compatibility view setting for webui url.

image

I do not know if your domain is included, but as your screen capture indicates, Microsoft compatibility lists still applies. And your administrator may have set compatibility mode URL via group policy.

When you open the Emulation tab in the debugger, what is the document mode?

i will let you know when we tried windows admins set our url.
In document mode , " 11(default)" is selected.