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

Pagination.nextlink returning wrong endpoint #20991

Closed
maririos opened this issue May 11, 2021 · 0 comments · Fixed by #21108
Closed

Pagination.nextlink returning wrong endpoint #20991

maririos opened this issue May 11, 2021 · 0 comments · Fixed by #21108
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Cognitive - Text Analytics
Milestone

Comments

@maririos
Copy link
Member

The service is returning a default endpoint instead of the endpoint used by the user.

Behavior in preview.4 here:

https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.4/analyze/jobs/5d4a9982-aa15-4763-9442-5c0bef71eda9?$skip=20\u0026$top=20

Behavior in preview.5:

"http://text-analytics.usw2.ame.api.cog.trafficmanager.net/text/analytics/v3.1-preview.5/analyze/jobs/69698a62-22de-47d4-b02f-cbd8bced7f92?$skip=20&$top=3&showStats=False"

For now, in the SDK I am modifying the nextLink property so we can unblock our users.

@maririos maririos added Client This issue points to a problem in the data-plane of the library. Cognitive - Text Analytics labels May 11, 2021
@maririos maririos added this to the [2021] June milestone May 11, 2021
@maririos maririos self-assigned this May 14, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Cognitive - Text Analytics
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant