Instead of generating resized images ‘on request’ to support responsive image sizing, Ghost is returning a HTTP 302 temporary redirect to the original image, for all new images that I’ve tried uploading since upgrading to ghost v3 recently.
For example, if I try opening:
https://bytes.fyi/content/images/size/w2000/2020/06/kYlYwQze5vI-1.jpg
… then Ghost sends a 302 redirect response to:
https://bytes.fyi/content/images/2020/06/kYlYwQze5vI-1.jpg
This one works. It was generated by on older version of ghost (v2.38.1 I think).
https://bytes.fyi/content/images/size/w2000/2020/05/photo-1494236581341-7d38b2e7d824.jpeg
I’m using version 3.17.1.
Any help figuring out what’s wrong would be much appreciated.