This has been happening on my site as well, seemingly for all users (it’s at least been mentioned by multiple) and I’ve experienced it to. The first time you click seemingly any section, there will be topics from multiple sections at the top of it. When you refresh/go back then re-enter, everything is back to normal. It’s been occurring for multiple days now, my site is fully up to date and I update it everytime an update is available so it definitely occured in something last week.
Today a member said it also occured in a topic, he clicked one and apparently multiple topics were merged into it. I haven’t seen this and I’m not sure if he really meant a topic or a board I’m getting clarification.
Thanks everyone for the reports - this was a regression following a change I made last week. Here’s a fix:
As @denvergeeks worked out, it’s most likely to happen on forums which have the categories+latest (or similar) views as their homepage. On meta it could be reproduced by visiting https://meta.discourse.org/categories in a new tab, then clicking one of the category names.
I’ll update here when it’s merged into tests-passed so that people can upgrade their sites.
Thanks for reopening the topic. I’ve been seeing this issue for several days on https://community.wanikani.com. The thing is, even though this issue is supposed to have been fixed already, I can still reproduce it both on https://community.wanikani.com and here on Meta. My repro steps are the same as:
+ clicking New or Unread (instead of a category) also causes the issue (which I believe was already noted in this topic anyway). The only addition I have is that I’m only seeing the issue on mobile. I know that the mobile categories view is a little different from the desktop view, so is it possible an additional fix is needed for the mobile view?
This is still happening to me even after the latest updates.
It’s easy to reproduce on my site:
Open a new tab and go to the forum or CTRL+R to reload the page
Click any category and notice that posts from other categories are present
Do another CTRL+R while inside a category and you’ll see only the correct posts
At this point the issue will remain fixed until you open a new tab or fully refresh the homepage. If you fully refresh the homepage, the issue comes back.
Thanks for this! After this one I was finally able to make sense of the preloadStore well enough to update my Custom Homepage for Groups theme component. It will now clear preloadStore when it sets the new home page. My previous fix was to redirect on first load,which was not very satisfying.