-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
When attempting to construct an array of features in a pagination loop, I'm encountering perhaps related problems with the pageSize and pagination params for the getFeatures method.
- Using an explicit
pageSizeparam always throws apostMessageconsole error: Error fetching features: could not convert string to float: '' - Without an explicit
pageSizeparam, the method returns the first 20 features as the expected default, but passing the response'snextPagekey to subsequent calls always returns the same / first 20 features instead of the next page.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels