You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to iterate over Workspaces.List and include project and organization in the IncludeOpts, it works just fine for ~3 workspaces(pageSize=3). As soon as I increase pageSize to 3+ I get the below error. What's interesting is that it's just the combination of project + organization that results in this issue. If i use other include options with either one of these it works fine with pagesize == 100.
go-tfe version
Description
When I try to iterate over
Workspaces.List
and includeproject
andorganization
in theIncludeOpts
, it works just fine for ~3 workspaces(pageSize=3). As soon as I increase pageSize to 3+ I get the below error. What's interesting is that it's just the combination of project + organization that results in this issue. If i use other include options with either one of these it works fine with pagesize == 100.Testing plan
When using PageSize <= 2
Expected Behavior
Be able to use both project and organization and use large number of pargeSize
The text was updated successfully, but these errors were encountered: