developerforce / open-cti-demo-adapter

Other
91 stars 95 forks source link

Failed to create component CallInitiatedPanel when simulateIncomingCall #7

Open mdcoolcat opened 7 years ago

mdcoolcat commented 7 years ago

Hi,

I have deployed demoAdaptor using ant deploy to a EE org, and setup call center etc. When click simulate incoming call, the phone panel just showing blank. I think it fails at $A.createComponent(params.type, params.attributes, function(newPanel) https://github.com/developerforce/open-cti-demo-adapter/blob/2d733936576f6250de0ae139c8d383a5057d0382/src/aura/demoAdapter/demoAdapterHelper.js#L19

Since my debug lines show the code path reaches renderPanel event and getting the correct record (params.attributes); cmp.isValid() is also true. See attached screeshot image

nagensahu commented 6 years ago

@mdcoolcat were you able to resolve this ? I'm using a developer Org and have the same problem.

mdcoolcat commented 6 years ago

@nagensahu Not yet :(

nanda04 commented 4 years ago

try to change the version of the lightning component to 38. It should resolve the issue