DNS info are empty in Web Admin, but is populated in API

Looking at page: http://pi.hole/admin/settings.php
The following three entry are empty (not a zero, empty)

DNS cache size:
DNS cache insertions:
DNS cache evictions:

But via API at http://pi.hole/admin/api.php?getCacheInfo I get

{
  "cacheinfo": {
    "cache-size": 10000,
    "cache-live-freed": 0,
    "cache-inserted": 223
  }
}

Is there something wrong with my config?



[✓] Your debug token is: g36qpl0akt



Clear your browser cache, restart the browser and reload the page.

1 Like

I also had this issue and after following your advice, these lines now show up. Thanks!