Cannot upload attachment to task #1783

Closed
opened 2021-04-18 19:46:10 +00:00 by W-Floyd · 3 comments

The error shown is:

Error
e is undefined
The error shown is: ``` Error e is undefined ```
Owner

Works on try for me. Does it for you? What version (frontend + api) are you using? What browser in what version?

Works on [try](https://try.vikunja.io) for me. Does it for you? What version (frontend + api) are you using? What browser in what version?
Author

It was a local filesystem permissions issue. I'm not sure why though, I had to change it to my local user. The database needed no such permission changes.

It was a local filesystem permissions issue. I'm not sure why though, I had to change it to my local user. The database needed no such permission changes.
Owner

If you're running Vikunja with docker, the database will probably chown the folder you've mounted from the host whereas Vikunja will not. However, you can control the uid/gid of the user running Vikunja in the container to avoid these permission problems: https://vikunja.io/docs/install-backend/#setting-user-and-group-id-of-the-user-running-vikunja

If you're running Vikunja with docker, the database will probably chown the folder you've mounted from the host whereas Vikunja will not. However, you can control the uid/gid of the user running Vikunja in the container to avoid these permission problems: https://vikunja.io/docs/install-backend/#setting-user-and-group-id-of-the-user-running-vikunja
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#1783
No description provided.