-
Notifications
You must be signed in to change notification settings - Fork 134
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
Failed to access milvus due to "Network Error" #724
Comments
Please make sure the attu container can access your milvus ip, in your case, is So what is the ip address of your attu container? |
does it mean that I cannot use attu if my laptop DOES NOT connect to a network after I install the attu/milvus via docker? |
you can use it, you need to ensure that the network in the Attu Docker has access to the Milvus server. |
could you please show me more details about how to "ensure that the network in the Attu Docker has access to the Milvus server." as I start milvus in standalone mode and docker run attu image, both are with docker using docker inspect to get the IPAddress
after I enter into the attu docker container, and I can access milus server with
but I still failed to access milvus server via attu webUI, and shows 'Network Error'
|
This is what is happening during the connection
|
Describe the bug:
failed to access milvus server, and shows 'Network Error'
Steps to reproduce:
docker0
Milvus version:
Attu version:
more detailed docs
As I check the issues, there a few issues are similar like this one, but not well clarified.
for one common circumstance, start the milvus standalone mode via official settings using docker, how to start the
attu
painlessly to connect to the milvus server.The text was updated successfully, but these errors were encountered: