Cannot attach files to releases or issues

Hi all,

I am not sure whether/what I am missing but I cannot attach any file to a release or issue. It is not that only a particular mime type is rejected. There just is no option to attach anything.

IIANM these are the relevant sections from the config:

[repository.release]
ALLOWED_TYPES: */*

[attachment]
ENABLED = true
PATH = /data/gitea/attachments
ALLOWED_TYPES = */*
MAX_SIZE = 4

I run gitea version 1.16.3

Anyone can shed some light on it?

Thanks

k.

What’s the errors when you uploading an attachment?

well, that’s the funny thing. There was no error as the field into which I could drag and drop a file was just not visible in the UI.

When I checked today everything looks OK. Looks like I was chasing ghosts…