We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I specify $skiptoken when fetching instances of a repeat group for an individual submission, I receive a 500 response. For example, on staging:
$skiptoken
r
uuid:a43abf3f-d3be-4fab-ab04-56cc03e943d0
@odata.nextLink
service
TypeError: filtered.fiindIndex is not a function at /usr/odk/lib/formats/odata.js:513:25
versions: 3a6a1890f3de66537d539bf028db7068250ae5a6 (v2023.5.1-4-g3a6a189) +2bb17a501416814bbd987ddc953abc5b0c40c58a client (v2023.5.0-43-g2bb17a50) +b626ba3973d758586901b9f6702200b0a88e0c9f server (v2023.5.0-48-gb626ba39)
The text was updated successfully, but these errors were encountered:
alxndrsn
Successfully merging a pull request may close this issue.
If I specify
$skiptoken
when fetching instances of a repeat group for an individual submission, I receive a 500 response. For example, on staging:r
for the individual submissionuuid:a43abf3f-d3be-4fab-ab04-56cc03e943d0
:top=1
@odata.nextLink
with a$skiptoken
. Send a request to that URL:top=1&%24skiptoken=...
service
logs, I see:Central version shown in version.txt
The text was updated successfully, but these errors were encountered: