It’s weird because it doesn’t happen when I upload a cover image to the same page, or photos to a different page - which I assume would need to use the POST requests?
Yes, and it would be very strange if POST requests were disabled, anyway.
Try removing the uploads: true line, it doesn’t make sense, because uploads are enabled by default and I think if not false, this option expects a file template name.
I remove the uploads true line but getting the same problem. I just tested it with a couple of different .mp3 files and they upload fine, so maybe it’s a problem with this particular mp3 file! Weird! It plays fine, but maybe there’s something gone bad with the file? I’m gonna try re-exporting it later and I’ll let you know what happens.
The problem was that the filename had an apostrophe in it - it was called don’t-flush-my-head.mp3. I renamed it to dont-flush-my-head.mp3 and it uploaded fine.
I thought kirby had an auto file renaming system though? Is something broken that I need to tend to?
I’m on 3.3.0. I recently dabbled with the .htaccess file to forward the http:// and no-www to https://www so I’m not sure if that’s messed something up? I tried reverting to the original .htaccess file and the problem persisted so I’m not entirely sure that’s it.