CasperC
Apify & Crawlee3y ago
17 replies
Casper

Pagination works locally in Crawlee but the same actor on Apify the pagination does not work correct

I have implemented pagination that can start from eg. page 2 and end at including page 5 to scrape all the data from each page. It works correctly on my local machine and I have pushed the newest working code (newest commit id) to GitHub and then to Apify via Webhook, however, when I run the actor on Apify.com it starts at the first page instead of page 2 and does not finish at including page 5. Any suggestions on what might be wrong?
Was this page helpful?