-
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
401 Unauthorized /api/v1/collections/statistics when try to expose web interface from local network to internet #9
Comments
We fixed 401 error and update docker 6 days ago. May be your zilliz/attu is not the newest. Please try to remove your zilliz/attu local and pull it again. |
It's the newest version. here is my RepoDigests, it match digest on docker hub:
When I use the IP address 192.168.171.232, It's good. |
@fightingyuman We set milvus_address header when call attu server. |
I updated to the newest, it's fixed, thanks. |
Describe the bug:
I use nginx to proxy attu web interface in an internal network environment to internet, I get this error when click "Connect".
Steps to reproduce:
The web browser POST to https://attu.mydomain.com:13679/api/v1/milvus/connect post data is:
and the server returns data is:
Fine way:
I can access it when in the local internet. change HOST_URL to http://192.168.171.232:3000, then everything is fine.
Attu version:
zilliz/attu:latest
Milvus version:
milvusdb/milvus:v2.0.0-rc8-20211104-d1f4106
The text was updated successfully, but these errors were encountered: