Pagination not working seems like i am looping on same page with for number provided in limit(n) #75

Closed
opened 2025-10-14 18:06:41 -06:00 by navan · 0 comments
Owner

Originally created by @mustafashaikh4714 on 2/12/2019

xray pagination not working

I have this next page link Next. Seems like im looping on same page
i wrote paginate as
.paginate(' .next a@href ')
.limit(2)
same data display 2 times

  • version of node: run node --version
  • version of npm: run npm --version

Steps to reproduce

Tell us how to reproduce this issue.

Expected behaviour

Tell us what should happen.

Actual behaviour

Tell us what happens instead.

*Originally created by @mustafashaikh4714 on 2/12/2019* ### xray pagination not working I have this next page link <a class="next" href="">Next</a>. Seems like im looping on same page i wrote paginate as .paginate(' .next a@href ') .limit(2) same data display 2 times ### * version of node: *run node --version* * version of npm: *run npm --version* ### Steps to reproduce Tell us how to reproduce this issue. ### Expected behaviour Tell us what should happen. ### Actual behaviour Tell us what happens instead.
navan 2025-10-14 18:06:42 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/x-ray#75
No description provided.