Lots of 404 errors when using customizer
-
I’m using a theme using the Kirki framework. When using WordPress customizer, there are lots of 404 errors in the console:
`
GET https://example.com/bitnami/wordpress/wp-content/plugins/kirki/modules/field-dependencies/field-dependencies.js?ver=3.0.45 net::ERR_ABORTED 404
customize.php?url=https%3A%2F%2Fexample.com%2F&return=https%3A%2F%2Fexample%2F:3325
GET https://example.com/bitnami/wordpress/wp-content/plugins/kirki/modules/icons/icons.js?ver=3.0.45 net::ERR_ABORTED 404
customize.php?url=https%3A%2F%2Fexample.com%2F&return=https%3A%2F%2Fexample%2F:6767
GET https://example.com/bitnami/wordpress/wp-content/plugins/kirki/modules/tooltips/tooltip.css?ver=3.0.45 net::ERR_ABORTED 404
customize.php?url=https%3A%2F%2Fexample.com%2F&return=https%3A%2F%2Fexample%2F:6771
GET https://example.com/bitnami/wordpress/wp-content/plugins/kirki/modules/tooltips/tooltip.js?ver=3.0.45 net::ERR_ABORTED 404
customize.php?url=https%3A%2F%2Fexample.com%2F&return=https%3A%2F%2Fexample.com%2F:6772
GET https://example.com/bitnami/wordpress/wp-content/plugins/kirki/modules/preset/preset.js?ver=3.0.45 net::ERR_ABORTED 404
`
/bitnami/wordpress
is the root directory of my wordpress instance. It looks like the absolute path is used by accident on the Kirki side. I’m not familiar with Kirki, so point out if I’m wrong.
- The topic ‘Lots of 404 errors when using customizer’ is closed to new replies.