-
Notifications
You must be signed in to change notification settings - Fork 132
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
I can't log into the system #161
Comments
If you open auth in milvus.yml, your Default user is root, password is Milvus. |
Same problem here, even with default user and password. On both app and docker attu 2.2.2 |
Version 2.1 cannot log in after using the default user name and password
|
The user name is root and the password is empty |
I modified the port ,can successfully log in after installing ATTU in the windows, but cannot log in after installing with Docker Composite. this is request
The error is the same as above |
登录没反应 |
same issues here
|
登不进去,点击连接报400 Bad Request |
Me too, the same problem can be reproduced here. My milvus runs on my own server through docker compose. I have confirmed that I have enabled the firewall on port 19530 of the server, and confirmed that it can be connected through |
what's your milvus version? |
If you running attu from docker, the ip or address you entered into attu's login page, it should be accessible from attu's docker network. |
|
having same issue ? |
Some questions:
|
hi, i solved this my self, i was adding attu in milvus bootcamp reverse image search demo , reading from this page https://milvus.io/docs/attu_install-docker.md , as this page do not mention network line for docker compose, i added these lines as it is and it was not working!, now i added network line in the docker compose file it works. here is my fix if it help a newbie , if you have a default network this line is not needed . line added
working attu block for reverse search demo
|
楼上正解, 如果添加了networks配置, 要在一个网关内配置ip |
this is my docker-compose.yml, hope can help you ! |
This works! Make sure to use root as the username. |
http://10.224.0.222:8000/#/connect How to solve it? |
make sure the ip |
10.224.0.222 is accessible in attu docker Accessing another url results in the following |
I don't have time to investigate this problem , and your attu & milvus is quite old, please upgrade both of them. |
如果出现Error: Error: 14 UNAVAILABLE: No connection established,这可能是使用wsl连接milvus,因为attu和milvus不再同一个网络下,将attu添加到docker-compose.yml然后再运行docker-compose即可,下面是我将attu添加到docker-compose.yml的部分代码 attu: networks: |
Discussed in #159
Originally posted by xiao12mm December 23, 2022
the code:
docker run -p 8000:3000 -e HOST_URL=http://{ your machine IP }:8000 -e MILVUS_URL={your machine IP}:19530 zilliz/attu:latest
I changed the IP address, so I can open the login page, but I can't log in.
What are the default user name and password?
The text was updated successfully, but these errors were encountered: