I’ve recently observed that the tag counts (e.g., “Java X 10”) are no longer visible on our /tags page. Instead, we only see a list of tags without their respective counts.
Any insights on what might be causing this sudden disappearance of counts would be greatly appreciated. Thank you!
I tried to debug to see, and the count is well passed. It is; no problem here.
However, we can see the pmCount is undefined. This is likely the issue because the totalCount has a NaN (Not A Number) value now, which is why the condition in the template is ignoring it.
This fix is available since 3.1.0.
Searching your Discourse version gives me you’re using an old stable version 3.0.6
Short version:
You’re using Discourse 3.0.6, and a fix landed in 3.1.0, which fixed indirectly this issue.
You can probably fix your issue by updating to the latest stable version, which is 3.2.0 or, at the very least, 3.1.0.