Hey, thanks for reaching out - Brandon, can you send us the table URL where this is happening into? Happy to check further for you :)
Based on the error message; It is indicating that the parameter āllā (which stands for GPS location) is required for a paginated maps search when requesting page > 1. Essentially, when youāre querying for additional pages (beyond the first page of results), the API expects you to provide a GPS location as part of the request.
To fix this, youāll need to ensure that the āllā parameter (GPS coordinates) is included in your API call for any paginated searches that go beyond the first page.
Let me know if you need more help with this! š