Hi!
I have the problem, that when I open a page containing thumbs the first time, the “broken image” icon is displayed instead of the thumbs. However, according to DevTools the images’ response code is a normal 200. From the second time I load the page onward all thumbs are loaded correctly.
In https://getkirby.com/docs/guide/templates/resize-images-on-the-fly you state that “thumbs are generated asynchronously”. What does this mean? And could this be the reason for the error?
This has very bad side effects, e.g. when browsing through our image galleries the first user who ever opens a lightbox-gallery needs to click through all photos, getting the “broken image” icon for every single one before he can start from the beginning of the gallery again - then with the working photos.
How can I trigger that all thumbs for the entire site are generated right after new images are uploaded?