Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qdrant easypanel cant connect to n8n #740

Open
Afiliazon opened this issue Jan 17, 2025 · 1 comment
Open

Qdrant easypanel cant connect to n8n #740

Afiliazon opened this issue Jan 17, 2025 · 1 comment

Comments

@Afiliazon
Copy link

I'm running a project on EasyPanel with multiple services, including n8n and Qdrant. These services are deployed within Docker containers, and I have configured custom domains for each of them.

The problem is that n8n is attempting to connect to Qdrant via a public IP address (148.x.x.x) instead of using the internal Docker network. Even though I've configured the URL for Qdrant in n8n as https://n8nio-xxxx.easypanel.host, it still tries to connect to the public IP address.

I've also tried using the internal IP address of the Docker container (10.11.x.x), but n8n still cannot connect to Qdrant. The logs show repeated ECONNREFUSED errors, indicating that the connection is being refused (on 148.x.x.x public ip!).

Is there any way to ensure that n8n connects to Qdrant using the internal Docker network and avoids using the public IP address? I need a solution to resolve this connection issue within EasyPanel's Docker environment.

@Ahson-Shaikh
Copy link
Contributor

There are steps that you can use to troubleshoot the issue.

  1. Try doing a ping request to qdrant service from your n8n container. "ping projectname_servicename". If it successfully resolves the IP, then it should be able to connect, but check for other connection variables like port or protocol if applicable.
  2. Provide me the steps to connect them. (I have installed n8n and qdrant) but, you gotta lay down the steps for me to reproduce this at my end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants