Looking for file in javascripts folder but now is javascript folder in Rails 7 jsbundling-rails

I’m getting the error GET http://localhost:3000/javascripts/olLocationMap.js net::ERR_ABORTED 404 (Not Found)

The file is in /javascript and does load however.

What is telling Rails to look in /javascripts and how do I get rid of it? I have enough errors already! javascripts appears no where in my application code.

Cross post at stackoverflow, but no response there.