apache / apache/hugegraph-toolchain
[Bug] Algorith analyze execution action respose 405
- Dominant language
- Java
- Stars
- 121
- Forks
- 125
- Avg merge
- 10d 10h
- Merged PRs (30d)
- 3
Description
### Bug Type (问题类型)
exception / error (异常报错)
### Before submit
- [X] I had searched in the [issues](https://github.com/apache/hugegraph-toolchain/issues) and found no similar issues.
### Environment (环境信息)
- Server Version: v1.x.x
- Toolchain Version: v1.x.x
- Data Size: xx vertices, xx edges
### Expected & Actual behavior (期望与实际表现)
Tab 「算法分析」,选择某种算法输入参数后,点击提交按钮,所有算法请求报错 405
对应后台的算法 Controller 类 只实现了一个算法请求 shortestPath,但是前端它的类型是 shortPath 还不一致。
为什么会报 405 呢?明明后台算法控制器类中的 URL 一个都没有对应的映射方法啊?
### Vertex/Edge example (问题点 / 边数据举例)
_No response_
### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
_No response_
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the algorithm-analysis tab, then inspect the frontend algorithm type and the backend algorithm Controller identified in the report. Compare the submitted request names with the available URL mappings; done means selecting an algorithm reaches its matching endpoint without an HTTP 405 response.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100