-
Notifications
You must be signed in to change notification settings - Fork 145
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
ListApplications function doesn't return apps in first page #363
Comments
This issue has been marked stale because there has been no activity within the last 14 days. To keep this issue active, remove the |
This issue has been marked stale because there has been no activity within the last 14 days. To keep this issue active, remove the |
Getting this bug on to our backlog, Okta internal reference: https://oktainc.atlassian.net/browse/OKTA-616668 |
This issue has been marked stale because there has been no activity within the last 14 days. To keep this issue active, remove the |
Fixes unexpected EOF responses seen when the Okta service attempts to interact with the Okta API. This only affects v13, as v14 and master are both running v2.20.0 already. okta/okta-sdk-golang#363 is an issue filed against the Okta Go SDK where some API calls were seeing empty responses or unexpected EOFs for larger responses. okta/okta-sdk-golang#369 was submitted to fix this, and then was pulled in as part of okta/okta-sdk-golang#372.
Fixes unexpected EOF responses seen when the Okta service attempts to interact with the Okta API. This only affects v13, as v14 and master are both running v2.20.0 already. okta/okta-sdk-golang#363 is an issue filed against the Okta Go SDK where some API calls were seeing empty responses or unexpected EOFs for larger responses. okta/okta-sdk-golang#369 was submitted to fix this, and then was pulled in as part of okta/okta-sdk-golang#372.
Describe the bug?
apps are not retuned from:
client.Application.ListApplications(ctx, q)
appCount
is zero - apps were not retuned and there is no error.What is expected to happen?
apps should be returned from first page.
In version
v2.13.0
everything works fine - apps are returned as expected.This problem started at version
v2.14.0
and happens inv2.15.0
andv2.16.0
as well.What is the actual behavior?
apps are not retuned.
Reproduction Steps?
call
ListApplications
functionAdditional Information?
No response
Golang Version
go version go1.19.3 darwin/amd64
SDK Version
github.com/okta/okta-sdk-golang/v2 v2.16.0
github.com/okta/okta-sdk-golang/v2 v2.15.0
github.com/okta/okta-sdk-golang/v2 v2.14.0
OS version
Darwin Rotems-MacBook-Pro.local 20.5.0 Darwin Kernel Version 20.5.0: Sat May 8 05:10:33 PDT 2021; root:xnu-7195.121.3~9/RELEASE_X86_64 x86_64
The text was updated successfully, but these errors were encountered: