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...
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | path-of-autocomplete-loading-needs-to-be-updated-since-core-103-3511038-2.patch | 422 bytes | sker101 |
Comments
Comment #2
sker101 commentedHere's a patch with the path updated.
Comment #4
itamair commentedThanks ... committed into dev, will be part of next Geocoder release.