[Window IO Stream] message event came from somewhere other than the CCP iFrame streams v1.6.8

See original GitHub issue

Hey,

So I have been seeing an increasing number of these warnings since I have upgraded to version 1.6.8, which are leading to an excessive amount of logs being spat out which is messing with my teams warning/ error reporting side of things. Before the upgrade I had never seen this warning before.

Did some digging and if I understand the code that’s logging this message correctly, you are making a comparison on two values which at some point can both be objects. Now since these are two objects, a simple ===/ == referencial check will not work for this case as these values are not primitive values. I think you might be after Object.is() in this specific case, or a deep referencial check depending on if they are the exact same object references or not.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:5
  • Comments:17

github_iconTop GitHub Comments

4reactions
bbolekcommented, Jun 29, 2021

I am having same issue as well image

3reactions
simon-fairall-vfcommented, Aug 19, 2021

+1

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues · amazon-connect/amazon-connect-streams - GitHub
Amazon Connect Streams - a browser-based contact center integration API, ... What event is thrown if customer disconnect the call within flow.
Read more >
Amazon Connect CCP not displaying in HTML iframe
Follow these Steps: Log in to the AWS Management Console using your AWS account. Navigate to the Amazon Connect console.
Read more >
How do I troubleshoot Amazon Connect CCP softphone errors?
I'm receiving softphone errors from my Amazon Connect Contact Control Panel (CCP) that say it can't connect to an endpoint.
Read more >
Amazon Connect Streams API Changelog #1: Through May ...
Since the CCP is hosted in an iframe by Streams, this change updated Streams to explicitly request permission to use the microphone.
Read more >
@crisiscleanup/amazon-connect-streams - npm package | Snyk
Streams lets you embed the Contact Control Panel (CCP) and Customer Profiles app UI into your page. It also enables you to handle...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found