mindlesscloud opened a new issue, #3072: URL: https://github.com/apache/incubator-devlake/issues/3072
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened status code 500 returned from the endpoint `/pipelines` ``` $ curl -i 127.0.0.1:8080/pipelines HTTP/1.1 500 Internal Server Error Content-Type: application/json; charset=utf-8 Date: Wed, 14 Sep 2022 14:13:05 GMT Content-Length: 0 ``` ### What you expected to happen The status code should be 200. The response body should be a valid JSON ### How to reproduce 1. setup DevLake 2. request for pipelines curl -i 127.0.0.1:8080/pipelines ### Anything else _No response_ ### Version main ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
