usst830514 opened a new issue, #8234:
URL: https://github.com/apache/incubator-devlake/issues/8234

   ### 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
   
   Url: /api/plugins/gitlab/connections/{connectionId}/remote-scopes
   Query: groupId: xxx
   Method: GET
   When I accessed the api above, I got the response body with 
nextPageToken(eyJwYWdlIjoyLCJwZXJfcGFnZSI6MTAwLCJzdGVwIjoicHJvamVjdCJ9). 
   The decoded content of nextPageToken is 
{"page":2,"per_page":100,"step":"project"}. 
   But when I continued accessing the api above with extra queryParam - 
pageToken: eyJwYWdlIjoyLCJwZXJfcGFnZSI6MTAwLCJzdGVwIjoicHJvamVjdCJ9, I got the 
same result with the first result
   
   ### What do you expect to happen
   
   I want to get the result with page 2, but also get the result with page 1
   
   ### How to reproduce
   
   Also see "What happened"
   
   ### Anything else
   
   nothing
   
   ### Version
   
   v1.0.1
   
   ### 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to