You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
There are steps that you can use to troubleshoot the issue.
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.
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.
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.
The text was updated successfully, but these errors were encountered: