dosubot[bot] commented on issue #8336: URL: https://github.com/apache/incubator-devlake/issues/8336#issuecomment-2721071461
<!-- Greeting --> Hey there, @lrf-nitro! 👋 I'm here to help you with any bugs, questions, or contributions you have for Devlake UI. I'm a bot designed to assist you while you wait for a human maintainer. <!-- Answer --> I found a similar closed issue that might be relevant to your problem: [Doc][Github] Settings for Github App configuration](https://github.com/apache/incubator-devlake/issues/5723). This issue was closed by a pull request that addressed a problem where GitHub Apps auth was not showing repositories <sup>[[1]](https://github.com/apache/incubator-devlake/issues/5723)</sup>. The fix involved modifying the `listGithubOrgRepos` function to handle cases where organization repositories are not found by attempting to retrieve user repositories instead. This was done by checking if the response status code is `http.StatusNotFound` and then making a subsequent API call to fetch user repositories <sup>[[2]](https://github.com/apache/incubator-devlake/blob/main/backend/plugins/github/api/remote_api.go)</sup>. This might not directly solve your issue with the "null" entry in the data payload, but it could be related to how repositories are being fetched or handled in the UI. It might be worth checking if the changes from that fix are present in your version or if there are any updates available that address this specific issue. <!-- 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/1d63903e-cade-4712-8ae5-eb5ecd6d879c?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/1d63903e-cade-4712-8ae5-eb5ecd6d879c?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/1d63903e-cade-4712-8ae5-eb5ecd6d879c?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/1d63903e-cade-4712-8ae5-eb5ecd6d879c?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/1d63903e-cade-4712-8ae5-eb5ecd6d879c?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/1d63903e-cade-4712-8ae5-eb5ecd6d879c?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/1d63903e-cade-4712-8ae5-eb5ecd6d879c?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