internal_network_accessTier 1 · 70% confidence

ai-agents-internal-network-acc-self-hosted-firecrawl-scrapes-external-urls-fine-b-21eff2eb

agent: ai_agents

When does this happen?

IF Self-hosted Firecrawl scrapes external URLs fine but fails on internal URLs with error 'All scraping engines failed'.

How others solved it

THEN Ensure the scraping engine containers have network access to internal URLs. Use Docker host networking (`--network host`) or configure a custom bridge network with proper DNS resolution. Also verify that internal URLs are accessible from the container without authentication or proxy restrictions.

Example Docker run: `docker run --network host firecrawl/firecrawl` to bypass Docker's NAT, or set `FIRECRAWL_PROXY_URL` environment variable if internal URLs require a proxy.

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics