Open Japhys opened 3 hours ago
Is there anything you see in the network tab upload response or in the server logs?
I tried it again, twice actually. This is what the network tab shows. 200 Ok? Thatś strange
No attachments in the task
In error.log of Nginx proxy manager I see this
2024/11/24 14:10:37 [warn] 212#212: *2113 a client request body is buffered to a temporary file /tmp/nginx/body/9/01/0000000019, client: removed-ip, server: projects.example.com, request: "PUT /api/v1/tasks/19/attachments HTTP/2.0", host: "projects.example.com", referrer: "https://projects..example.com/tasks/19"
If you click on the attachments request, what is the response from the server?
This is what I see in dev tools
And in the server logs?
This looks like there's an error during the upload, but you should see a message about this in the fronted as well
You mean a different log than the one I posted above?
In error.log of Nginx proxy manager I see this
2024/11/24 14:10:37 [warn] 212#212: *2113 a client request body is buffered to a temporary file /tmp/nginx/body/9/01/0000000019, client: removed-ip, server: projects.example.com, request: "PUT /api/v1/tasks/19/attachments HTTP/2.0", host: "projects.example.com", referrer: "https://projects..example.com/tasks/19"
I mean in Vikunja, not in the proxy. The proxy is independent of Vikunja.
With docker, you can see these logs with docker logs <Containername>
Ah of course! Hmm permissions error...
2024-11-24T16:31:32Z: ERROR ▶ af6 mkdir /app/vikunja/files/: permission denied
2024-11-24T16:31:32Z: WEB ▶ removed-ip PUT 200 /api/v1/tasks/8/attachments 12.117531ms - Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0
2024-11-24T16:31:37Z: WEB ▶ removed-ip GET 200 /api/v1/notifications?page=1 1.502389ms - Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0
Description
I just installed Vikunja and I am a fan already! Very fast, very clean, yet very flexible because of the views and filters! There is one thing i can´t get to work and that is uploads. Once I select a file and hit upload for a second it looks like it is going to upload but nothing actually happens.
Vikunja Version
0.24.5
Browser and version
Firefox Min-001 1.0 and Chromium Versie 130.0.6723.58 for Mint
Can you reproduce the bug on the Vikunja demo site?
No
Screenshots
It does work on the demo site so I guess it has something to do wit my setup
Docker compose
version: '3.8'
I am using Nginx Proxy Manager and used the recommended settings.
This is what I see in console