Tommu10ve opened a new issue, #2820:
URL: https://github.com/apache/incubator-hugegraph/issues/2820

   ### Problem Type (问题类型)
   
   None
   
   ### 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: 1.5.0 (Apache Release Version)
   - Backend: RocksDB 3nodes, HDD or SSD 
   - OS: 16 CPUs, 16G RAM,CentOS 7.8
   - Data Size: 小图
   
   
   ### Your Question (问题描述)
   
   
   请求URL
   
   ```
   curl --location --request POST 
'http://192.168.12.57:8081/graphs/hugegraph/auth/users' \
   --header 'Authorization: Basic YWRtaW46a2RAMjAyNA==' \
   --header 'User-Agent: Apifox/1.0.0 (https://apifox.com)' \
   --header 'Content-Type: application/json' \
   --header 'Accept: */*' \
   --header 'Host: 192.168.12.57:8081' \
   --header 'Connection: keep-alive' \
   --data-raw '{
       "user_name": "1481211525",
       "user_password": "kd@2024",
       "user_phone": "1481211525",
       "user_email": "1...@xx.com"
   }'
   ```
   
   响应结果
   ```
   
   {
       "exception": "class java.lang.IllegalStateException",
       "message": "Property creator can't be null",
       "cause": ""
   }
   ```
   
   ### 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: dev-unsubscr...@hugegraph.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to