Timeout in Docker (with Camoufox image)
I'm trying to create a scraper with Crawlee + Camoufox that I'll run in a Docker container.
To do this, I used the Apify image for Camoufox (https://github.com/apify/apify-actor-docker/tree/master/node-playwright-camoufox) and followed the same tutorial as this one: https://docs.apify.com/sdk/js/docs/guides/docker-images
But, for some unknown reason, every request timeout (even a request to google.com).
Do you have any idea why this is happening? I tried a simple fetch, which works, so it doesn't seem to be a network issue.
