-
Notifications
You must be signed in to change notification settings - Fork 141
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
Error: Failed to connect to Milvus #718
Comments
is your network working? |
yes |
can you describe your attu setup and milvus setup and their networking? |
Even I got the same error while connecting to the database. I had used this command to run the docker container : |
please make sure you attu docker container can access your milvus server. |
Let me describe the setup in more detail , milvus and attu are running on the same server. The default port is 19530 as usual for milvus, and the attu is running on the port 5173. Is the same ip causing the issue or is it something else ? I have used pymilvus to access the database and it works, i created collections, indexes , and also ran some queries. Didn't face any issue using pymilvus. |
Yes, they are on the same server, but if you are using docker, it can be different networks. all the operations you do is on the host level, you need to confirm the networking from docker to docker is ok. |
Describe the bug:
After starting the milvus as well as attu , when i click on connect it take a while to load and then give me error "Error: Failed to connect to Milvus: Error: 4 DEADLINE_EXCEEDED: Deadline exceeded"
Attu version:
2.4.12
The text was updated successfully, but these errors were encountered: