-
Notifications
You must be signed in to change notification settings - Fork 129
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
Not able to login! #613
Comments
docker or app? |
same as me,I use docker run |
what is your address? localhost:19530? 127.0.0.1:19530? Please enter an address that can be accessible from the docker container. |
I try all,but get error "No connection established". |
ok, let me explain, hope you can understand this.
so all you need to do is confirm that the address you entering is accessible from the attu container inside. |
Thanks! I solve it following #161 |
Describe the bug:
Not able to login to Attu. I configured everything correctly but no luck.
I tested the connection using a simple pythong script and it's working without any issues.
from pymilvus import connections
def connect_to_milvus():
try:
connections.connect(host="my_milvus_ip", port="19530")
print("Connected to milvus")
except Exception as e:
print("Failed to connect to milvus")
print(e)
if name == "main":
connect_to_milvus()
The experience was regrettable! Wasted 1 hour to figure out what went wrong, but everything is perfect from my side.
Steps to reproduce:
1.
2.
3.
Attu version:
2.4.6
Attu version:
The text was updated successfully, but these errors were encountered: