Container Only Trigger Events in Preview Mode

Hello
its been a while that i work on matomo and tag Manager and today i found a problem that is blocking me and i hope the community could help me .

i’ve created a container that contains a multiple triggers and tags some of them tracks audio players that i’ve developed

i’ve seperated the events in another container for a better understanding

the problem is that these triggers only works in debug mode when i publish the container and use them normally they dont get triggered but only when i add that variable in the url gets to work

anyone could help ?
Thank you for your time

Are you sure the good version of your container is called in your page? Is there no cache problem?
You can manually enable the verbose mode when typing in the console:

_mtm.push(['enableDebugMode']);

Then you’ll see in the console what happens…
(note: the verbose mode won’t display the MTM console, it will just make MTM log in the browser console)