We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rest-api (结果不合预期)
Expected { "service": "hugegraph", "version": "0.13.0.0", "doc": "https://hugegraph.github.io/hugegraph-doc/", "api_doc": "https://hugegraph.github.io/hugegraph-doc/clients/hugegraph-api.html", "apis": [ "auth", "filter", "graph", "gremlin", "job", "metrics", "profile", "raft", "schema", "traversers", "variables" ] }
{ "service": "hugegraph", "version": "0.13.0.0", "doc": "https://hugegraph.github.io/hugegraph-doc/", "api_doc": "https://hugegraph.github.io/hugegraph-doc/clients/hugegraph-api.html", "apis": [ "auth", "filter", "graph", "gremlin", "job", "metrics", "profile", "raft", "schema", "traversers", "variables" ] }
Actual behavior { "exception": "class java.lang.IllegalArgumentException", "message": "Invalid request uri ''", "cause": "" }
{ "exception": "class java.lang.IllegalArgumentException", "message": "Invalid request uri ''", "cause": "" }
I think the reason for the problem is: There is a problem accessing the route definition
No response
The text was updated successfully, but these errors were encountered:
fix bud: get profile api cannot be accessed apache#1882
cf17ba9
The pic of Actual behavior :
And I have a pr for this. fix bud: get profile api cannot be accessed
Sorry, something went wrong.
fix bug: get profile api cannot be accessed apache#1882
2e4f08a
fixed by #1883 & #1893
No branches or pull requests
Bug Type (问题类型)
rest-api (结果不合预期)
Before submit
Environment (环境信息)
Expected & Actual behavior (期望与实际表现)
Expected
{ "service": "hugegraph", "version": "0.13.0.0", "doc": "https://hugegraph.github.io/hugegraph-doc/", "api_doc": "https://hugegraph.github.io/hugegraph-doc/clients/hugegraph-api.html", "apis": [ "auth", "filter", "graph", "gremlin", "job", "metrics", "profile", "raft", "schema", "traversers", "variables" ] }
Actual behavior
{ "exception": "class java.lang.IllegalArgumentException", "message": "Invalid request uri ''", "cause": "" }
Vertex/Edge example (问题点 / 边数据举例)
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
No response
The text was updated successfully, but these errors were encountered: