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
Some players are missing from the /player/uuid/{name} endpoint due a recent name change. The leaderboards and clan pages still contain the old player name resulting in a 404 player page.
Some players are missing from the
/player/uuid/{name}
endpoint due a recent name change. The leaderboards and clan pages still contain the old player name resulting in a 404 player page.Example
Clan https://preview.d1xm3l8n15qyry.amplifyapp.com/clan/Knock
Player 'senpaiistravee'
Player page https://preview.d1xm3l8n15qyry.amplifyapp.com/player/senpaiistravee
There are multiple ways to circumvent this.
player/uuid/{name}
The UUID endpoint still resolved the player name, even though it is outdated./player/namehistory/{uuid}
endpoint so the frontend can query name history by player nameThe text was updated successfully, but these errors were encountered: