Hetzner-Cloud-Api: Zone not found
-
I believe the current implementation of the API does not support paging.
Zone not found: Hetzner DNS error 200 { "meta": { "pagination": { "last_page": 2, "next_page": 2, "page": 1, "per_page": 25, "previous_page": null, "total_entries": 29 } }, "zones": ["25x zones"] } -
thanks for the report. For some reason the zone search query arg was wrong. The fix should be https://git.cloudron.io/platform/box/-/commit/5bd803e6b447267a4576cb0d41575c5d359b5be0
You can find the file at
/home/yellowtent/box/src/dns/hetznercloud.jsif you change it, runsystemctrl restart boxso it picks up the changes, otherwise let us know and we can patch this up for you via SSH if need be.There is still pagination missing for record sets, I am adding that now.
-
thanks for the report. For some reason the zone search query arg was wrong. The fix should be https://git.cloudron.io/platform/box/-/commit/5bd803e6b447267a4576cb0d41575c5d359b5be0
You can find the file at
/home/yellowtent/box/src/dns/hetznercloud.jsif you change it, runsystemctrl restart boxso it picks up the changes, otherwise let us know and we can patch this up for you via SSH if need be.There is still pagination missing for record sets, I am adding that now.
-
N nebulon has marked this topic as solved
