puppeteer-cluster icon indicating copy to clipboard operation
puppeteer-cluster copied to clipboard

Running in docker with same url multiple times not working

Open venkatb-zelar opened this issue 2 years ago • 1 comments

Hi,

I have a requirement where I need to open the same url multiple times inside the docker container. The url works only first time but timing out on subsequent opens. I doubt if it's caching issue or something else. I used user agent setting as well but to no avail. I tried both concurrency context and browser context.

Can you help?

Thanks

venkatb-zelar avatar Oct 22 '22 14:10 venkatb-zelar

Can you provide more information? What docker container, what error messages are you seeing, what's the url (or nature of the site your visiting if it's proprietary)?

stoddabr avatar Feb 06 '23 17:02 stoddabr