Bug ID Number |
BUG-000173630 |
Submitted | January 15, 2025 |
Last Modified | October 6, 2025 |
Applies to | ArcGIS Pro |
Version found | 3.4 |
Operating System | Windows OS |
Operating System Version | 11.0 64 bit |
Status | Known Limit
After review by the development team, it has been determined that this issue is related to a known limitation with the software that lies outside of Esri's control. The issue's Additional Information section may contain further explanation.
|
Additional Information
Open Geospatial Consortium (OGC) API Features services must provide pagination links (i.e., next links) in the response if the server imposes a limit on the number of features returned (OGC API Features Part 1, Section 7.15.7).
Since the OGC API Features specification does not require the use of an offset parameter, the ArcGIS Pro client relies on opaque pagination links to retrieve the next page of features when a server-side limit is set.
If no such limit is set, ArcGIS Pro will request all features in a single operation and will not rely on pagination links.
Workaround
Revert to ArcGIS Pro versions 3.2.X or 3.3.X which work as expected.
Steps to Reproduce