dosubot[bot] commented on issue #8335: URL: https://github.com/apache/incubator-devlake/issues/8335#issuecomment-2720938279
<!-- Greeting --> Hey @SpiritCrusherKern! 👋 I'm here to help you with any bugs, questions, or contributions you have for the project. I'll do my best to assist you while we wait for a human maintainer. <!-- Answer --> The 'Test' and 'Save' buttons for SonarQube Server connections are disabled when there are any validation errors in the form fields. This is determined by the `disabled` variable, which is set to `true` if any value in the `errors` object is truthy. This means that if there are any errors in the form, the buttons will remain disabled <sup>[[1]](https://github.com/apache/incubator-devlake/blob/main/config-ui/src/plugins/components/connection-form/connection-form.tsx)</sup>. Ensure that all required fields, such as the connection name, endpoint URL, and token, are correctly filled out and that there are no validation errors. If the token does not belong to a system admin, it might not meet the required permissions, which could also lead to validation errors. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/301fcb42-bb64-4ea3-b021-5331964bf634?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/301fcb42-bb64-4ea3-b021-5331964bf634?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/301fcb42-bb64-4ea3-b021-5331964bf634?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/301fcb42-bb64-4ea3-b021-5331964bf634?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/301fcb42-bb64-4ea3-b021-5331964bf634?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/301fcb42-bb64-4ea3-b021-5331964bf634?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/301fcb42-bb64-4ea3-b021-5331964bf634?feedback_type=other)</sup> -- 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...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org