-
Checklist
How did you create the site?Generated from DescriptionIssue 1Today I saw a specific post is showing pageview as NaN. All other posts are showing as usual. Issue 2I recently got another mobile device and all the pageviews are shows as 1 in all posts. Operations you have already triedI really have no idea why this is happening to this specific page that crossed 1k view, I couldn't test cause I'm not aware of any other page having more than 1k view currently. Anything else?Note, the url shared above is still running the previous chirpy version, just after I upgraded to v7.3.0 in localhost I saw this, and checked the live version, both has same issues. So I don't think this is something that happened for changes in the last version. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
@cotes2020 @kungfux any idea? |
Beta Was this translation helpful? Give feedback.
@SoumyaK4 Regarding the Issue 1, I suspect this happens because GoatCounter's JSON response returns formatted value string:
Please try to override the
_includes/pageviews/goatcounter.html
with modified script to see if it works as expected. Then, we will submit a bugfix.Thanks.
Details