gaeduf opened a new issue, #2252: URL: https://github.com/apache/incubator-hugegraph/issues/2252
### Bug Type (问题类型) server status (启动/运行异常) ### Before submit - [X] 我已经确认现有的 [Issues](https://github.com/apache/hugegraph/issues) 与 [FAQ](https://hugegraph.apache.org/docs/guides/faq/) 中没有相同 / 重复问题 (I have confirmed and searched that there are no similar problems in the historical issue and documents) ### Environment (环境信息) - Server Version: 0.12.0 - Backend: RocksDB 1 nodes - Data Size: 暂无 按照官方文档,添加配置之后,以下是我的配置(现已注释)    然后启动报错    然后我去除了 hugegraph.properties 的认证相关配置,可以正常启动, 但是在调用接口创建别的用户的时候,发生了以下错误: 当我按照官方文档的传参调用接口报错如下  ,于是我加了一个creator参数,但是又报如下错误:  这不是自相矛盾吗? ### Expected & Actual behavior (期望与实际表现) 应该是正常启动,正常添加用户 ### Vertex/Edge example (问题点 / 边数据举例) ```javascript 无 ``` ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构) ```javascript 无 ``` -- 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]
