csvalpha / amber-api

https://csvalpha.nl
MIT License
4 stars 4 forks source link

Photo Index page missing albums #322

Open Matthijsy opened 1 year ago

Matthijsy commented 1 year ago

How to reproduce

  1. Go to the photo album index page
  2. Go to the second and third page
  3. You see the 'gala' albums, however album 353 and 351 are missing

Expected behaviour

You can find them by clicking through the pages

Current behaviour

You can only find the using the search function

wilco375 commented 1 year ago

Seems to be an issue on the API side. When using a page size of 30 (https://csvalpha.nl/api/v1/photo_albums?page[number]=1&page[size]=30&search=&sort=-date), the albums 351, 353 are shown after 345. However, with a page size of 10 (https://csvalpha.nl/api/v1/photo_albums?page[number]=2&page[size]=10&search=&sort=-date), they are not shown after this album.