• Resolved Asif

    (@asifanwar451)


    Hi,
    We noticed that we are getting the 410 response code instead of getting the fallback script. We looked into the autoptimize_404_handler.php in the \wp-content directory and found that the resource name has a double underscore, have a look at the below code,

    $fallback_path = $ao_cache_dir . $js_or_css . '/autoptimize__fallback.' . $js_or_css;

    It works fine after removing redundant underscore. Is it a bug or something wrong with our configuration?

    We are on version 3.1.1.1, using WordPress 6.0.2 in multisite mode.

    Cheers
    Asif

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fallback not working’ is closed to new replies.