• ablears

    (@ablears)


    When I update my WordPress network’s core version I often find my sites have a blank widgets admin page. Dev console shows a lot of JS errors. This is fixed by doing a full cache purge of the domain, but I’d like to find the exact files needed to be purged instead.

    I’ve followed the console errors and purged each erroring JS file individually (I have a tool that purges Cloudflare, Varnish and WP Rocket), but the page is still blank. Only a full domain purge fixes the issue, so some files other than the ones reported are affected and I cannot find which ones they are. Even purging, for example, domain.com/wp-includes/*, domain.com/wp-admin/* etc doesn’t work, I have to purge everything at the domain. I have hundreds of sites on a network so purging them all would overload the server.

    So, can someone help identify which paths in particular (they must be outside of /wp-includes and /wp-admin) need purging?

    • This topic was modified 1 year ago by James Huff. Reason: moved to Networking WordPress since this is a Multisite issue
Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    To which theme or plugin do the blanked widgets belong to? It’s likely just that module’s files that need to be purged. Or try purging /wp-content/themes/your-active-theme/* and /wp-content/plugins/*

Viewing 1 replies (of 1 total)
  • The topic ‘Blank widgets page after core update – which files to purge cache?’ is closed to new replies.