Tagify Bug?

There seem to be an issue with Tagify loading? I am getting a ‘Blocked’ message

I tried to modify the version to an older one, but it still causes the issue. Seems to have been recently.

Here is the script that i am using
<script src="http://unpkg.com/@yaireo/tagify" onerror="this.onerror=null;this.src='https://cdn.jsdelivr.net/npm/@yaireo/tagify';" defer></script> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@yaireo/tagify@4.17.7/dist/tagify.css" /> <script src="https://cdn.jsdelivr.net/npm/@yaireo/tagify@4.15.2/dist/tagify.min.js" defer></script> <script src="../dmxAppConnect/dmxTagify/dmxTagify.js" defer></script>

any ideas?

Please see the following solution:

Hopefully that will rectify the issues you are experiencing @BWCWeb

:slight_smile:

Seems you have the tagify script 2 times included.