- 🇺🇸United States dpagini
I actually am running into a very similar issue, but I don't know how to recreate. My production site will occasionally have a page that does not load javascript... It has 1 aggregated file that's supposed to be there, but instead my page prints:
<script type="text/javascript" src="/"></script>
which points to the homepage, and is HTML and not js, so I have no scripts on my page. I do use theadvagg
module, so not sure if that's related...? - 🇺🇸United States dpagini
Just revisiting this one, and my comment in #13... I suspect that for my issue, this was somehow related to using `advagg` module, and when Drupal made the aggregation changes in 10.1, I believe, we stopped using advagg and I have not seen the issue again since we switched.