While in Site Editor plugin Perfect Images requests inexistent .js.map files
-
Reproduction
- Perfect Images 6.4.1 running on WP 6.1.1.
- Browser DevTools > Network — Start recording.
- Open Site Editor. Wait until it has loaded.
- DevTools > Network: Two requests to plugin files which do not exist on the server and hence give a HTTP 404 Not Found:
404 /wp-content/plugins/wp-retina-2x/app/index.js.map
- index.js exists there.
- index.js.map is indeed missing.
404 /wp-content/plugins/limit-login-attempts-reloaded/assets/js/chart.umd.js.map
- chart.umd.js exists there.
- chart.umd.js.map is indeed missing.
Remarks: In output mode this error does not exist. Only in the Site Editor environment this happens. I noticed no negative effects. But I noticed the error in the console. Wanted to at least share this information with you.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘While in Site Editor plugin Perfect Images requests inexistent .js.map files’ is closed to new replies.