Cannot add requests to my actor requestQueue
I'm new to apify and was trying out pupeteer crawler, to get all the products informations on a website.
For that, i need to loop through all the products of a given page and get all the product links to enqueue them to my requestQueue. But when I add them it doesn't seem to go through the others requests..
I uploaded as a file what I came up with as apify.js and what requestQueue object was returned.
Please help, i've tried many different syntaxes but none of them seem to work out, I feel like I struggle to make a real difference between Apify, Pupeteer, Crawlee and don't know where to search.
Thank you !
