hezyin opened a new issue, #3313: URL: https://github.com/apache/incubator-devlake/issues/3313
### 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 When I visit the "settings" tab from the blueprint page, config UI throws an application error: <img width="2261" alt="Screen Shot 2022-10-07 at 5 37 35 PM" src="https://user-images.githubusercontent.com/2908155/194678774-a0c3d161-c25d-47c3-a71b-d0715ddeb154.png"> <img width="750" alt="Screen Shot 2022-10-07 at 5 37 20 PM" src="https://user-images.githubusercontent.com/2908155/194678752-09c2bbaf-ca64-4d34-91f4-7fdedf0ed3c2.png"> ### What you expected to happen Config ui renders the settings page successfully. ### How to reproduce **Version: v0.14.0-alpha1** Installation method: docker-compose The blueprint was created using API: ``` curl --location --request POST 'http://localhost:8080/blueprints' \ --header 'Content-Type: application/json' \ --data-raw '{ "enabled": true, "mode": "NORMAL", "name": "My Bitbucket Blueprint", "cronConfig": "", "isManual": true, "plan": [[]], "settings": { "connections": [ { "plugin": "bitbucket", "connectionId": 2, "scope": [ { "entities": [ "CODE", "TICKET", "CODEREVIEW", "CROSS" ], "options": { "owner": "yinhezheng", "repo": "incubator-devlake" } } ] } ], "version": "1.0.0" } }' ``` ### 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]
