-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[Bug]: RESTful API does not work after a standard & clean installation #37825
Comments
could you telnet localhost:19530 and 19531, see if the port is enabled? |
yes, I can, they are accessible and enabled |
Sorry, I didn't pay enough attention; 19531 is not accessible. Should it be? this is my
|
19530 is there. |
oh I guess you should use post curl --request POST instead of GET try |
Thank you very much, this one seems to work: curl --request POST --url "http://localhost:19530/v2/vectordb/collections/list" --header "Content-Type: application/json" -d '{ "dbName": "default"}' So, is there a bug in the documentation then? / https://milvus.io/api-reference/restful/v2.4.x/About.md / |
/assign @smellthemoon |
yes, I found that https://milvus.io/api-reference/restful/v2.4.x/v2/Alias%20(v2)/List.md is correct, but https://milvus.io/api-reference/restful/v2.4.x/About.md is the wrong code, I will connect with doc group and update it. |
Is there an existing issue for this?
Environment
Current Behavior
Following the documentation:
I get this error:
404 page not found.
At the same time, the command
curl "http://localhost:9091/healthz"
is ok, andcurl localhost:9091/metrics
works too.Expected Behavior
Adequate response.
Steps To Reproduce
No response
Milvus Log
[2024/11/19 21:29:40.149 Z] [GIN] [/collections/list] [traceID=] [code=404] [latency=11.317µs] [client=172.18.0.1] [method=GET] [error=]
Anything else?
No response
The text was updated successfully, but these errors were encountered: