metafizzy / infinite-scroll

📜 Automatically add next page
https://infinite-scroll.com
7.41k stars 1.74k forks source link

Page Link Issue #973

Open hn1 opened 1 year ago

hn1 commented 1 year ago

We are getting errors either 1- Bad InfiniteScroll path option. Next link not found: li.next a.page-link if we are on the last page and our pagination does not display the next link

OR

2- InfiniteScroll unable to parse next link href: null - if we show the next link but because being on the last page it has no href, then we get this error.

We have the checkLastPage enabled. Any assistance would be appreciated.