Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subscriptions not showing after 100+ user subscriptions #2100

Closed
Hilda-S opened this issue Feb 15, 2023 · 2 comments · Fixed by #2189
Closed

subscriptions not showing after 100+ user subscriptions #2100

Hilda-S opened this issue Feb 15, 2023 · 2 comments · Fixed by #2189

Comments

@Hilda-S
Copy link

Hilda-S commented Feb 15, 2023

Bug description

User's my subscriptions page can only display a maximum of 100 subscriptions. When from the APIM, there are more than 100.

Reproduction steps

  1. Login the developer portal with a specific User's email address and passwords

  2. Navigate to My Subscriptions

  3. There are only 100 subscriptions showing in the list but we have 104 in total

  4. We captured the HAR file when loading the page and found the below content in the response payload:

"count": 104,
"nextLink": "https://{apim-custom domain for management endpoint}.nz:443/subscriptions/000/resourceGroups/000/providers/Microsoft.ApiManagement/service/{APIM service name}/users/{user subscriptions}/subscriptions?api-version=2021-04-01-preview&%24skip=100"
}

There is no next-page button in the developer portal that can be used to load the rest of the subscriptions.

Expected behavior

Show all 104 user subscriptions in the Azure Developer portal

Is your portal managed or self-hosted?

Managed

Additional context

N/A

@ghost
Copy link

ghost commented Feb 15, 2023

@Hilda-S, thank you for opening this issue. We will triage it within the next few business days.

@Hilda-S Hilda-S changed the title ubscriptions not showing after 100+ user subscriptions subscriptions not showing after 100+ user subscriptions Feb 15, 2023
@malincrist
Copy link
Member

Hello @Hilda-S, I was able to reproduce the issue you described. I created a work item to fix this and we will keep you updated on the progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants