-
Notifications
You must be signed in to change notification settings - Fork 50
Page number set as null for the related images endpoint #931
Comments
I get |
I executed |
I've set the priority of this issue to "high" because it seems like it may be a bug in the API that should be addressed. If this proves difficult to replicate or ends up being an issue that's smaller in scope, we can reduce the priority. Thank you again for raising this Christian! |
I also see |
@AetherUnbound do you also get |
Woah! Great find Christian! No, I am also getting
@chrisbartoloburlo if you run |
I suspect that this was addressed in #868, which is merged and slated for release this week. We can see if this issue is addressed in production after the deployment. |
Sorry for the multiple posts, I ran $ curl -s --request GET \ --url 'http://localhost:50280/v1/images/5f9ed3ba-b762-459e-9165-094470dc4805/related/?format=json' | jq ".page"
null So this has been addressed as of v2.5.13, which we'll be deploying this week! |
API v2.5.13 has been deployed and the |
Great find @chrisbartoloburlo! Thanks for communicating this :) |
Description
Wrong page number when requesting related images using the
images/{identifier}/related/
endpoint.Reproduction
just up
curl -v \ --request GET \ --url 'http://localhost:50280/v1/images/5f9ed3ba-b762-459e-9165-094470dc4805/related/?format=json'
page
parameter set asnull
: {"result_count":767,"page_count":1,"page_size":10,"page":null,"results":[...]}Resolution
The text was updated successfully, but these errors were encountered: