diff --git a/backend/plugins/gitlab/api/remote_api.go b/backend/plugins/gitlab/api/remote_api.go index 647fc8ba02e..b34f4ba61e1 100644 --- a/backend/plugins/gitlab/api/remote_api.go +++ b/backend/plugins/gitlab/api/remote_api.go @@ -78,7 +78,7 @@ func listGitlabRemoteScopes( // no more groups, start to load projects under the group var moreChild []dsmodels.DsRemoteApiScopeListEntry[models.GitlabProject] moreChild, nextPage, err = listGitlabRemoteProjects(connection, apiClient, groupId, GitlabRemotePagination{ - Page: 1, + Page: page.Page, PerPage: page.PerPage, Step: "project", })