sambecker / exif-photo-blog

Photo blog, reporting 🤓 EXIF camera details (aperture, shutter speed, ISO) for each image.
https://photos.sambecker.com
685 stars 108 forks source link

?Next= URL Param Added to Homepage URL #39

Closed mintmatica closed 7 months ago

mintmatica commented 7 months ago

Ever since moving to S3, my homepage is attempting to load the next set of images and progresses through a number of loops of which /"?Next={number}" is added to the end of the URL.

As the images are trying to load, the URL param number increments up to 115, then loads the next set of images.

In only have about 15 images loaded in S3 and my Vercel blob was deleted.

Any idea what could be causing this?

Thx, Matt

image

sambecker commented 7 months ago

I've seen this issue before when data falls out of sync.

Can you try clearing your cache from /admin/configuration?

CleanShot 2024-01-09 at 20 44 56@2x

mintmatica commented 7 months ago

that was it! ... thanks