You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/sozialhelden/accessibility-cloud/blob/main/app/docs/json-api.md#pagination says that you can request 1000 results at a time, but the API allows limit parameters upto 150000(i.e., returns a sensible error message if the limit is more than 150000). However, if the number of records to be returned are over 1000 and the limit is set to anything over 1000, the server returns a 502 error. This should be changed to return a more descriptive error, perhaps by lowering the 150000 limit to 1000?
The text was updated successfully, but these errors were encountered:
https://github.com/sozialhelden/accessibility-cloud/blob/main/app/docs/json-api.md#pagination says that you can request 1000 results at a time, but the API allows limit parameters upto 150000(i.e., returns a sensible error message if the limit is more than 150000). However, if the number of records to be returned are over 1000 and the limit is set to anything over 1000, the server returns a 502 error. This should be changed to return a more descriptive error, perhaps by lowering the 150000 limit to 1000?
The text was updated successfully, but these errors were encountered: