First time using this app (so glad to have found it) and using it via Docker. I used both the docker method with nginx proxying to the API according to your docs, and also without (but using my external nginx as proxy) and both ways I am unable to include attachments, but there are no errors.
It doesn’t give an error, so my question is what can I do troubleshoot this to know what I might have done wrong? I don’t see errors in the logs when trying to attach something, just that it doesn’t attache.
Surely it’s something on my end, perhaps permissions or something else? I’m not sure how else to troubleshot this to find where the problem is.
The user running the Vikunja API needs to be able to write in the files folder (or volume, if you’re running with docker). With docker, there are options to change that user’s uid / gid at runtime: Install Backend | Vikunja