Hi @Stoyan_Vatov
It’s issue with the incremental number of pages, not the links to the next page or something.
We need to set the initial value for the page to 1 and it should be increment by 1 like 2,3,4,5,6,7,8,9…,upto last page when data is getting empty from the api response and when we get empty response from the api, it should break the scenario loop and and end that.
But while applying the filter for the error handler loop, it’s ending in the first loop itself, because for the first time page is undefined and from api response it’s returning with status code 4XX .