Loading all list items stucked in infinite loop #724
Unanswered
Nevinia210
asked this question in
Q&A
Replies: 1 comment
-
@Nevinia210 : I think I fixed that early this year (see 406b38d#diff-645734ff1f2baf8201824157ba680139e052e42ddc315818581bc913a8965060). I would recommend upgrading the latest nightly and check if the issue still happens. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Everyone,
yesterday i used version 1.5.17-nightly of PnP.Core for loading all list items with code storageList.Items.ToList(); and it worked like a charm, today im getting stucked in infinite loop of loading items with top/skip options that are increasing in requesting url:
items?$top=100&$skip=400
is there some version of pnp.core (i tried latest, 1.5 and 1.5.17) or some approach that will allow me to load all list items?
thank you for your answer in advance
Beta Was this translation helpful? Give feedback.
All reactions