After successfully setting up the Disqus comments system on my Angular website following the guide at , everything was working fine. However, when attempting to add the Disqus comment count system to my homepage using the code provided at , I encountered an issue where it would show 0 comments on the homepage only after refreshing, and then revert back to not showing any comments after navigating away from the page.
The code snippet used for adding the comment count was as follows:
<a href="http://127.0.0.1:8000/index/blog/#disqus_thread" class="comments">< /a>