Can't upload any files

Hey folks,

For some reason, I can’t upload any files all of a sudden. Whenever I try, I just get a message saying something like:

favicon.png
Invalid file type: image

I haven’t introduced any restrictions for uploads in my blueprints, and this happens on both my local PHP dev server and on my web server. I’ve tested multiple blueprints and it’s the same for everything.

Here’s an example of the yml for my image uploaders:

uploads:
        label: Uploads
        type: files
        limit: 6

I’ve tried adding 'accept` to the yml, but it still fails:

uploads:
        label: Uploads
        type: files
        accept:
          extension: jpg, png, webp
        limit: 6

Any ideas as to what could be causing this issue?

Thanks.

Ignore me - I’m an idiot. I went back through my git log and found the problem. I accidentally added a typo in my default.yml file blueprint.