- Issue created by @filburt
- 🇺🇸United States ongdesign Portland
The same issue occurs in Drupal 10.4.x -- it looks to me as though the `jquery.js` include from the module vendor directory is relative to the current path, rather than to webroot. In my case, it's using `learn/reading/modules/contrib/h5p/vendor/h5p/h5p-core/js/jquery.js` rather than `/modules/contrib/h5p/vendor/h5p/h5p-core/js/jquery.js`.
- 🇬🇧United Kingdom catch
I'm not able to reproduce this, library definitions always reference the file relative to the module directory, and then library definition building fills in the module path.
Can you check with and without js aggregation enabled and also paste the actual HTML output of the script tags (for all the js on the site)?