Hi,
I installed D365 CRM On-premise as onto my DEV Server.
Under Sales -> My App, I found two apps
- Dynamic 365 - Custom ( WEB)
- Customer Service Hub (Unified Interface)
I am able to browse the default web app, but when I browsing the Customer Service HUB (Unified Interface), I am getting below error
Technical Details
TypeError: Cannot read property 'addEventListener' of undefined
at http:// XXX.XXX.X.XXX/uclient/scripts/app.js?v=1.3.163-180928-222232:2520:740
at Array.forEach (<anonymous>)
at http:// XXX.XXX.X.XXX/uclient/scripts/app.js?v=1.3.163-180928-222232:2520:696
at Object.<anonymous> (http:// XXX.XXX.X.XXX/uclient/scripts/app.js?v=1.3.163-180928-222232:2520:767)
at o (http:// XXX.XXX.X.XXX/uclient/scripts/app.js?v=1.3.163-180928-222232:1:519)
at n (http:// XXX.XXX.X.XXX/uclient/scripts/app.js?v=1.3.163-180928-222232:1:387)
at http:// XXX.XXX.X.XXX/uclient/scripts/app.js?v=1.3.163-180928-222232:1:1836
at http:// XXX.XXX.X.XXX/uclient/scripts/app.js?v=1.3.163-180928-222232:1:1840
I create a fresh APP from the designer and added just one entity Account, still it is giving the same error .
Am I missing something.