mojira.dev
WEB-8051

Newest News Doesn't show the Newest News or Correct Dates

Steps to reproduce the issue:

  1. Go onto https://www.minecraft.net/en-us

  2. Click News at the top of the page

  3. Click the image labeled Newest News

Expected Results:

I expect to see the latest articles when I scroll past the pinned ones.

Actual Results:

I am met with the top article of β€œMCC x Minecraft: The Ender Cup is almost hereβ€œ marked as being from 11 months ago. I did check to make sure that the Sort By button was marked as most recent, so that isn’t the issue.

Linked issues

Comments 3

Confirming that the API returns the JSON result incorrectly ordered, thus this is not a problem with the UI. Requesting from the API with the following (default) parameters:

pageSize=24&sortType=Recent&category=News&newsOnly=true

Returns articles with epoch timestamps 1721156915 (Tuesday, 16 July 2024 19:08:35), 1721133145 (Tuesday, 16 July 2024 12:32:25), 1721077945 (Monday, 15 July 2024 21:12:25) and so on.

This issue is definitely some form of regression on the backend. I remember checking and seeing there being like 113 pages of news articles. However, now there are only 94 pages of articles.

Also, it’s not an issue with the timestamps, as those timestamps match up with the dates on the articles.

If you request the api with the parameters

pageSize=24&sortType=Recent&newsOnly=true&page=[page number]

and iterate through the pages, then the earliest news article (result which has "type": "News") that it returns is from 2025-03-24T15:17:49Z and is this article: https://www.minecraft.net/en-us/article/ray-tracing .

There is a result from 2025-04-16T11:33:38Z, however it is not actually an article rather just a link to https://www.minecraft.net/en-us/catalog

This same issue also appears when using the dev api (https://net-secondary.dev-325496ed.web.minecraft-services.net) as well as the staging api (https://net-secondary.stage-732c232f.web.minecraft-services.net).

Thank you for your report!
We're tracking this issue in https://report.bugs.mojang.com/servicedesk/customer/portal/2/WEB-8034 , so this ticket is being resolved and linked as a duplicate.

If you would like to add a vote and any extra information to the main ticket it would be appreciated.

If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.

Quick Links:
πŸ““ Bug Tracker Guidelines -- πŸ’¬ Community Support -- πŸ“§ Mojang Support (Technical Issues) -- πŸ“§ Microsoft Support (Account Issues) -- πŸ““ Project Summary -- ✍️ Feedback and Suggestions -- πŸ“– Game Wiki

John Adams

(Unassigned)

Unconfirmed

minecraft.net

Retrieved