Bug: getaddrinfo EAI_AGAIN on http request?

Describe the problem/error/question

I’m trying to set up crawlbase api to do http requests on my behalf, for most respones, i’m getting getaddrinfo EAI_AGAIN - but it shows as a success on crawlbase. After looking into rpevious questions, someone said it’s a network issue, but i’m not sure what to do with that inrformation. Please can anyone help?

What is the error message (if any)?

Information on your n8n setup

instance information

Debug info

core

  • n8nVersion: 1.98.1
  • platform: docker (cloud)
  • nodeJsVersion: 22.16.0
  • database: sqlite
  • executionMode: regular
  • concurrency: 5
  • license: community
  • consumerId: 00000000-0000-0000-0000-000000000000

storage

  • success: all
  • error: all
  • progress: false
  • manual: true
  • binaryMode: filesystem

pruning

  • enabled: true
  • maxAge: 168 hours
  • maxCount: 2500 executions

client

  • userAgent: mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/135.0.0.0 safari/537.36
  • isTouchDevice: false

Generated at: 2025-06-26T09:49:29.503Z

  • Operating system:

That means for example if during your request you had network issues for instance dns couldnt resolve (do you sit behind a proxy?) or something else network related went wrong. Maybe you can test with postman first if most of your requests works properly or under what circumstances the error appears.

Worked fine in terminal. But now I’ve switched to Bright Data wit their community node and it is a lot cleaner and faster.