- Issue created by @hchonov
- Merge request !30#3536140 - retrieve all zone data when there are multiple pages β (Open) created by hchonov
We have 92 zones and the code enters in an endless loop since it starts with next_page=0, however cloudflare considers the first page - 1 and therefore the requests returns 1 for the page variable. Then the code calls the API with page=1 in a while=true loop.
Needs work
2.0
Code