isso-comments / isso

a Disqus alternative
https://isso-comments.de
MIT License
5k stars 442 forks source link

Missing comments (but count is correct!) #939

Open mardy opened 1 year ago

mardy commented 1 year ago

Checklist

What is not working?

Not all comments are loaded. The comment count on the top of the page is always correct, but at the bottom of the article not all comments are shown. I noticed that sometimes switching from http to https in the URL bar of the browser helps, but not always. See for example:

I haven't been able to figure out a reproducible pattern.

I'm running isso 0.13.0 as fcgi, and this is my host stanza from the config file:

; your website or blog (not the location of Isso!)
host =
  http://www.mardy.it/
  https://www.mardy.it/
  http://mardy.it/
  https://mardy.it/
  http://blog.mardy.it/
  https://blog.mardy.it/

I had the same issue with isso 0.12.x, so it's not a regression.

jelmer commented 1 year ago

https://www.mardy.it/blog/2022/12/leaving-canonical-again.html

FWIW I haven't been able to reproduce this, it just loads 6 comments for me from different devices.

mardy commented 1 year ago

https://www.mardy.it/blog/2022/12/leaving-canonical-again.html

FWIW I haven't been able to reproduce this, it just loads 6 comments for me from different devices.

It looks like it might be a caching issue, because indeed those comments that I see missing are the newer ones. Reloading the page does not help, but reloading the page while being in the "developer tools" with disabled cache DOES help, both in Chromium and Firefox.

I just wrote a new comment there, so I think that if you revisit the site you will see the issue (unless it's something in both of my browsers?).