You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When two instances of Prebid runs in the same scope the secureCreatives.js module of instance no.1 might listen to events thrown by a creatives that runs in a cross domain iframes which has been created by instance no.2. This results in the receiveMessage handler not finding adObject (sets as undefined) and an error thrown when the sendAdToCreative method tries to access the adObjects.adId (line 56 in the secureCreative.js module).
The text was updated successfully, but these errors were encountered:
Type of issue
Bug
Description
When two instances of Prebid runs in the same scope the secureCreatives.js module of instance no.1 might listen to events thrown by a creatives that runs in a cross domain iframes which has been created by instance no.2. This results in the receiveMessage handler not finding adObject (sets as undefined) and an error thrown when the sendAdToCreative method tries to access the adObjects.adId (line 56 in the secureCreative.js module).
The text was updated successfully, but these errors were encountered: