Description
REF: https://topcoder.atlassian.net/browse/PROD-4083
Steps
- Go to https://challenges.topcoder-dev.com/ (ex user - TCConnCopilot)
- Click the ‘>>’ button from the pagination buttons
Expected:
Should go to the last page of the data and user should be able to use other navigation buttons
Actual:
clicking ‘>>’ shows the message ‘You have no challenges at the moment’ and the pagination is getting disabled
Note: This issue doesn’t happen when you first click Reset filters button and then click >> button
Notes:
2023-02-09.11-28-07.mp4
2023-02-09.12-48-24.mp4
Also noted the query parameters sent when click ‘'>>’' button while on My challenges (Steps: Go to https://challenges.topcoder-dev.com/ and click the >> button ) and after clicking Reset filters(Steps: Go to https://challenges.topcoder-dev.com/ and click Reset filters button and click >> button ) are different:
-
Without clicking Reset filters: https://api.topcoder-dev.com/v5/challenges?sortBy=startDate&sortOrder=desc&page=5560&perPage=10
-
After clicking Reset filters: https://api.topcoder-dev.com/v5/challenges?sortBy=startDate&sortOrder=asc&status=Active&page=1546&perPage=10