Issue displaying images with adaptive delivery

Hi Team,

Currently experiencing an issue while integrating the adaptive delivery library. I’ve included the script on my website and added the “data-blink-uuid” tags, with respective uuid’s as shown in my screenshots.

However, I keep getting the following error in the first screenshot when the page loads and not sure why this is the case.

Anyone experienced something similar and care to share how they resolved this?

Cheers,
Nnamdi

Hi Nnamdi,

Thanks for letting us know about the issue. Could you share a link to this page so that we can check it live to figure out what is going wrong?

Hi Alex,

Thanks for getting back to me. Here’s the link to the page: 3Line

Thank you. We’ll look into this and get back to you.

Hey Nnamdi,

I found that you have global Event class on the page that overrides native Event API (Event - Web APIs | MDN).

We’re using this API at adaptive delivery library, so it isn’t working without it.

Please, rename this Event class to avoid collision with native API or just hide it inside closure scope.

Cheers,
Alex Grenishin

Hi Alex,

Thanks for the explanation.

Will work to rename this so it isn’t affected.

Kind regards,
Nnamdi

Thanks guys! Issue has been resolved now. :grinning:

1 Like