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
When I fetch a paginated personal list, I sometimes get a duplicate on the boundary.
For example, on the endpoint /users/<user-slug>/lists/<list-id>/items?page=3&limit=50Titans is returned as the last item of page 2 (limit 50), but also as the first item of page 3 (limit 50)
The issue doesn't occur when the item is not on the boundary of the page:
Nor does it exist in duplicate in the list on trakt.tv:
The text was updated successfully, but these errors were encountered:
When I fetch a paginated personal list, I sometimes get a duplicate on the boundary.
For example, on the endpoint
/users/<user-slug>/lists/<list-id>/items?page=3&limit=50
Titans
is returned as the last item ofpage 2 (limit 50),
but also as the first item ofpage 3 (limit 50)
The issue doesn't occur when the item is not on the boundary of the page:
Nor does it exist in duplicate in the list on trakt.tv:
The text was updated successfully, but these errors were encountered: