We noticed a console warning on our site show that the file "/core/modules/system/css/components/autocomplete-loading.module.css" is returning a 404 error.

Upon checking the codebase of Drupal core, we found that "autocomplete-loading.module.css" has been moved to "/core/misc/components/autocomplete-loading.module.css" since Drupal 10.3. However, the library definition of this module has not been updated accordingly, resulting in the 404 error.

See new location

https://git.drupalcode.org/project/drupal/-/tree/10.3.x/core/misc/compon...

versus previous location

https://git.drupalcode.org/project/drupal/-/tree/10.2.x/core/modules/sys...

Comments

sker101 created an issue. See original summary.

sker101’s picture

Here's a patch with the path updated.

  • itamair committed 0926fd34 on 8.x-4.x
    Issue #3511038: Path of autocomplete-loading.module.css needs to be...
itamair’s picture

Status: Active » Fixed

Thanks ... committed into dev, will be part of next Geocoder release.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.