Images in /media are not generated anymore

Hello!

I had to delete the content of the /media folder on my website to force kirby to regenerate the images of the site after I modified the resizing option of the thumb method on my thumbnails, and since then kirby isn’t creating the files, all the images of the entire website aren’t displayed anymore. In place of the files that should be generated in /media/pages/project/…, there is some folders called .jobs with json files inside, which have the same name that should be the one of the generated files (in the case of my thumbnails, some webp images), meaning that kirby is trying to generate the files, but it doesn’t work out. Is this a problem you already encountered?

Thanks by advance

Locally or on a remote server? Which thumb driver are you using? Please also check the PHP error logs.

1 Like

Hi @texnixe, thanks for your quick reaction!
I am using a local php server, and the default thumb driver (GD). Strangely, today it works again, while yesterday it was totally stuck, so problem solved.
Sorry for the inconveniance