In the console, I had this error: “The requested resource /media/pages/about/9efc54e08d-1747387341/classic-car-lights.jpg was not found on this server.”
Welcome to Kirby. The problem is not that the upload is not working, because the file was actually uploaded to the contents folder. But for some reason, the file was not published to the media folder.
Could you check your PHP error logs, and/or enable debugging.
Note that the file name is modified. Instead of: classic-steering-wheel.jpg
it is instead… classic-steering-wheel-76x.jpg
I don’t know if this is normal behaviour
There are other error messages in the console, e.g.
Note this is happening only on the local version. I’ve checked on web hosting and there are no problems with image uploads. It would just be great to have the local version running well, so that I can use GitHub.
Those files with the suffixes are thumbs automatically created by the panel. You need to have the gd library extension installed and active for thumbs to work, see requirements in guide