• Resolved maxtudio

    (@maxtudio)


    For a few months, the Jetpack stats have not loaded in WP dashboard. I can see the stats on wodpress.com but not on my website. It just shows the loading GIF.

    I tried to deactivate all the plugins, but the problem remains. The inspector shows a 404 error on this file:

    https://widgets.wp.com/odyssey-stats/v1/466832e2b19f038dd39f.css

    Where can be the problem that my site can’t load that file in wp.com?

    Thanks a lot for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter maxtudio

    (@maxtudio)

    Solved, I delete this filter from the theme, now it works.

    // remove Wp version from scripts
    add_filter( ‘script_loader_src’, ‘bones_remove_wp_ver_css_js’, 9999 );

    Hi there,

    It looks like you’ve managed to resolve the issue with the Jetpack stats not loading in your WP dashboard by removing a filter in your theme that was stripping out the WP version from scripts. Thanks for letting us know and for sharing the solution!

    Just to clarify for others who might encounter this same problem, the filter you removed (bones_remove_wp_ver_css_js) might have interfered with the loading of certain files necessary for Jetpack stats to function properly.

    If anyone else is encountering similar issues, it’s important to check for any filters or functions in your theme or plugins that may modify or restrict the loading of scripts and styles from external sources.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Jetpack stats stuck on loading’ is closed to new replies.