HTTP Request on N8n workflow

Describe the problem/error/question

What is the error message (if any)? I am having this error. My HTTP Request is using Gotenberg which has been installed in the folder that is running on my N8n on Docker desktop. How do I keep the container online?

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.101.2
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Windows

@Oluwatosin_Dawodu Can you share your docker-compose.yml file? That will help confirm if both n8n and Gotenberg are running as separate services in the same Docker network. If they’re not on the same network, n8n won’t be able to reach Gotenberg properly.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.