Hi,
I struggle to load all images from my Pocketbase running on DigitalOcean Droplet (http://209.38.41.103:8090/). Public images (logo and background) are also not loading but this is secondary problem.
First of all, I would like all images for artworks to load properly from pocketbase, currently one one of them loads and it used in all places. Locally everything works fine.
When I inspect in the Network tab, I can see that images are loaded correctly and the path is fine (if you download them), but on the miniature this one specific image is shown…
I thought that setting up a middleware (nginx) would solve the problem and it is running now on droplet, but this didn’t help. I don’t have any limits set on Netlify nor Pocketbase (I think so at least!).
ChatGPT suggested adding parameter to src (src={${artwork.image}?v=${artwork.id}
}), but this didn’t help either.
URL: https://artdots.netlify.app/
Looking forward to some support because I don’t see any similar post and I am not able to proceed further!