The wrong keyword argument was used when calling client.list, resulting in the page query param not being updated, and thus making the same request until we hit OOM.
the page query param of the next URL was wrongly incremented. This issue was hidden by the first one.
Related:
Second commit fixes https://github.com/open-formulieren/open-forms/issues/3664 in two ways:
client.list
, resulting in thepage
query param not being updated, and thus making the same request until we hit OOM.page
query param of the next URL was wrongly incremented. This issue was hidden by the first one.