First video on lesson don't work

For me the way I did it in my cas is I moved the script tag that loads GTM to the end of HTML.

In my case the script was in head section of lms/templates/main.html template, so I moved it to the bottom i.e <GTM script goes here> </body> </html>.

My reasoning is that Browser gives lower prioity to the script tag in the bottom[1] there are other factors of course but in my case it worked this way .


  1. Check for more detials: Optimizing resource loading with Priority Hints ↩︎