Kirby 3 Panel not updating - server caching or license key issue?

Hey @texnixe!

SiteGround support got back to us and we have a solution :sunglasses:

And yes, turns out ~1 week ago, SiteGround silently enabled this dynamic caching tool to all users, all sites hosted with SiteGround…

If anyone else runs into this, here what to do:

  1. Keep your server cache enabled (in this case, ā€œSuperCacherā€ NGINX, blue switch to ā€˜ON’ mode)
  2. Add this to your .htaccess file at the very top / 1st line:
    Header set Cache-Control "no-cache, private"
  3. Flush your serve cache (Dynamic Cache, 2nd tab in SG ā€œSuperCacherā€)
  4. PARTY!

Thanks, hope this may help anyone else running into this!