andyflatt opened a new issue, #7381: URL: https://github.com/apache/incubator-devlake/issues/7381
### 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 calling `plugins/github/connections/[github_conn]/remote-scopes?groupId=[github_org]` with a connection enabled with a GithubApp the response returns a page size of 1 and the returning result is missing data. ``` { "children": [ { "type": "scope", "parentId": "org", "id": [some_id], "name": "repo", "fullName": "org/repo", "data": null } ], "nextPageToken": "eyJwYWdlIjoyLCJwZXJfcGFnZSI6MTAwfQ==" } ``` When calling the same API with the github connection setup with a token I a full response with the data populated correctly. ### What do you expect to happen I expected to see the same result as with a token. ### How to reproduce I have recently upgraded from v0.20 to v1.0.0 beta 5. Setup two github connections one using an API key and the other using a token. ### Anything else _No response_ ### Version v1.0.0-beta5 ### Are you willing to submit PR? - [ ] 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: dev-unsubscr...@devlake.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org