WordPress Failed to load resource: the server responded with a status of 404 ()

After Latest WooCommerce Version 6.9.2 there is error in the console. Can somebody help me?
Failed to load resource: the server responded with a status of 404 () wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.9

One thought on “WordPress Failed to load resource: the server responded with a status of 404 ()

  1. Helper says:

    The code below will help. Go to functions.php and paste the code.

    function deregister_myscript(){
    wp_deregister_script( ‘wp-polyfill’ );
    wp_deregister_script( ‘regenerator-runtime’ );
    }
    add_action( ‘wp_enqueue_scripts’, ‘deregister_myscript’);

Leave a Reply

Your email address will not be published. Required fields are marked *