Reproduction Steps
- Pick any game with enough servers, i.e. Welcome To Bloxburg
- Use its id with this endpoint: https://games.roblox.com/v1/games/185655149/servers/Public?limit=10
- Observe how
nextPageCursor
is null despite there being more than 10 servers - Adjusting the limit to 100 will show 100 servers but
nextPageCursor
will still be null
Expected Behavior
The endpoint should return nextPageCursor
which can be passed in the cursor
param to advance to the next page.
Actual Behavior
The nextPageCursor
field is always null.
Issue Area: Roblox Website
Page URL: https://games.roblox.com/v1/games/185655149/servers/Public?limit=10
Impact: Moderate
Frequency: Constantly
Date First Experienced: 2022-02-03 22:02:00 (+01:00)