TypeError: Cannot set properties of undefined (setting 'iframeReady')
Hello,
I'm getting the following error from Cookiebot:
TypeError: Cannot set properties of undefined (setting 'iframeReady')
We have Sentry setup and this is the top error that we see. It happens in the `uc.js` file, more specifically in the following part (`readBulkConsent`):
{snip} ookieConsent.iframeReady=!0}}else CookieConsent.iframeReady=!0},this.handleBulkConsentIframeMessage=function(event){if(event&&event.origin&& {snip}
It is triggered by:
{snip} rame),this.iframe.addEventListener("load",(function(){that.readBulkConsent()}),!1),window.addEventListener("message",(function(event){that.h {snip}
Could someone help me with that? I've no clue where to start with this issue as I didn't find similar ones in the forum.
We are running SSG with Nuxt, in case that matters for this specific issue.
Thanks!
Please sign in to leave a comment.
Comments
0 comments