wangyao2016 opened a new issue, #1882: URL: https://github.com/apache/incubator-hugegraph/issues/1882
### Bug Type (问题类型) rest-api (结果不合预期) ### Before submit - [X] 我已经确认现有的 [Issues](https://github.com/hugegraph/hugegraph/issues) 与 [FAQ](https://hugegraph.github.io/hugegraph-doc/guides/faq.html) 中没有相同 / 重复问题 ### Environment (环境信息) - Server Version: v0.13.0 - Backend: RocksDB x 1 - OS: 8 CPUs, 32 G RAM, Centos 7.6 - Data Size: xx ### 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 (问题点 / 边数据举例) ```javascript I think the reason for the problem is: There is a problem accessing the route definition ``` ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构) _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
