Score:1

Logs full of "page not found" entries for various *.js.map files

ng flag

Our Drupal 9 site is full of "page not found" warnings in the Drupal logs. All entries end in *.js.map (all map files). I cannot figure out where the warnings are coming from (what system is trying to find non-existent map files?) or how to resolve.

See screenshot for examples of not-found files.

screenshot

Score:2
id flag

It means that someone browsed the site with developer tools enabled, which tried to load debugging files that do not exist.

.map files, known as "sourcemap" files, are used by web browser developer tools for debugging CSS and JavaScript by allowing minified and aggregated CSS and JavaScript to appear in their original source code forms.

.map files are not necessary for the normal operation of a web site. If .map files are missing, it is because a preprocessor did not create them, or in some cases, a vendor did not provide them.

There is an open issue in Drupal core to create these.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.