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
since roughly two weeks or so it is not possible to return more then 10 pubs,collections,etc. through the SDK.
We used the following request to return all pubs in one go from our PubPub Instance:
As you can see the body contains a Cloudflare Challenge which is not resolved by the SDK.
A request without passing a limit as a query parameter does not trigger the Cloudflare Challenge and works as expected.
As a workaround for now we send around 10 request each time increasing the the offset by 10 to get all pubs.
Does somebody has a solution for this problem?
Thanks!
The text was updated successfully, but these errors were encountered:
Hey there,
since roughly two weeks or so it is not possible to return more then 10 pubs,collections,etc. through the SDK.
We used the following request to return all pubs in one go from our PubPub Instance:
The expected return would be an array containing all pubs. But instead we get this as a response:
As you can see the body contains a Cloudflare Challenge which is not resolved by the SDK.
A request without passing a limit as a query parameter does not trigger the Cloudflare Challenge and works as expected.
As a workaround for now we send around 10 request each time increasing the the offset by 10 to get all pubs.
Does somebody has a solution for this problem?
Thanks!
The text was updated successfully, but these errors were encountered: