We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug description
User's my subscriptions page can only display a maximum of 100 subscriptions. When from the APIM, there are more than 100.
Login the developer portal with a specific User's email address and passwords
Navigate to My Subscriptions
There are only 100 subscriptions showing in the list but we have 104 in total
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.
Show all 104 user subscriptions in the Azure Developer portal
Managed
N/A
The text was updated successfully, but these errors were encountered:
@Hilda-S, thank you for opening this issue. We will triage it within the next few business days.
Sorry, something went wrong.
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.
Successfully merging a pull request may close this issue.
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
Login the developer portal with a specific User's email address and passwords
Navigate to My Subscriptions
There are only 100 subscriptions showing in the list but we have 104 in total
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
The text was updated successfully, but these errors were encountered: