[URGENT] Essential scripts not running on load

Hey everyone,

The scripts that I have marked as Essential are not running on my website.

For example, I have the following script, which is meant to transform some text (%%) into a text span.

However, on the live site, it’s not working. This occurs with pretty much all my scripts marked as Essential. I see there is an option in the Consent Pro app to “Ignore cookies”; however, I didn’t find any documentation that identifies how to name consents and identify which ones to ignore.

How can I fix this?

Looking to launch this website asap.

Cheers,
Cris

Hey @hello12!

It looks like there might be a timing issue with the scripts. I noticed you’re using a DOMContentLoaded event listener, which could be firing before the Consent script is fully initialized.

If these scripts don’t issue cookies, you can safely dismiss them within the Consent Pro app.

Could you try removing the Consent attributes, dismissing the script warning, and testing again to see if the issue persists?