Javascript console always shows 404 error for /null
-
Every WordPress site I am building shows 404 (Not Found) error in the Javascript console for a file called null. I have confirmed that this happening on a clean install of WP 5.9.3 without any plugins, settings changes, or database edits. This error looks like this for every page/post on the site:
GET http://wptest.local/2022/04/18/hello-world/null 404 (Not Found) wptest.local/:344The referenced line number (in this case 344) is simply the last blank line of that page’s rendered HTML.
Saving my permalinks in tools gets rid of the error for anonymous users but the error remains if I am logged in to my site despite this.
What’s going on, is there any fix for this?
The topic ‘Javascript console always shows 404 error for /null’ is closed to new replies.