You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The questions list on a tournament page bugs out if filters and sorts are used more than once in certain (alternating?) sequences. As a result the Questions list is then either missing some questions and/or showing non-applicable questions.
Part of the problem seems like sometimes when you re-apply a sort you used earlier, it will change the url in your browser correctly, but not refresh the page or data for that new set of parameters. If you manually reload your browser with the currently shown url then it shows the correct list.
Describe the bug
The questions list on a tournament page bugs out if filters and sorts are used more than once in certain (alternating?) sequences. As a result the Questions list is then either missing some questions and/or showing non-applicable questions.
Part of the problem seems like sometimes when you re-apply a sort you used earlier, it will change the url in your browser correctly, but not refresh the page or data for that new set of parameters. If you manually reload your browser with the currently shown url then it shows the correct list.
Steps to reproduce
Go to https://www.metaculus.com/tournament/summer-futureeval-2026/
Go to Questions list, then either...
A) Sort by "Recently revealed"
X out that sort, (or don't)
Filter by "Open"
Sort by "Recently revealed"
B) Filter by "Open"
Sort by "Recently revealed"
X out that sort
Filter by "Open"
Extra context
Running on Chrome on Windows 11
Screen.Recording.2026-06-25.183903.mp4
This touches on similar issues as #4754 and possibly #4937 but I think it is a distinct and technically separate issue.