"Latest" Filter Not Working in ArcBlock Community Discussions

On the ArcBlock Community Discussions page (link), selecting the “Latest” filter does not show the most recent posts. Instead, it displays older posts, regardless of the chosen sort option.
Steps to Reproduce:
- Go to the Discussions page.
- Select Filter → Latest.
- Observe the discussion list.
Expected Result:
- Posts should be sorted by newest createdAt timestamp, showing the latest discussions first.
Actual Result:
- Posts remain older, and no recent activity appears even though newer posts exist.
- The filter does not update the post order as expected.
Bug Description: The “Latest” filter for Discussions is broken. It either fails to apply the sorting logic correctly or fetches from a cached/static dataset that does not update.
Severity Classification:
- Severity Level: 🟠 Medium
Suggested Fix:
- Verify backend sorting query for createdAt descending order (
sort=-createdAt). - Ensure that the “Latest” filter triggers a fresh data fetch from the server.
- Check cache invalidation logic if results are being served stale.
Priority: ⚠️ Medium – Fix needed for proper community engagement.
3 replies
Same issue
Not the same; what he reported isn't a issue — a filter was added to the labels on the left, which is expected.
Sorry, my bad