nextcloud / deck

🗂 Kanban-style project & personal management tool for Nextcloud, similar to Trello
https://apps.nextcloud.com/apps/deck
GNU Affero General Public License v3.0
1.21k stars 274 forks source link

link on activity to attached file is directing the user to a "forbidden" page #4470

Open albjeremias opened 1 year ago

albjeremias commented 1 year ago

Describe the bug The problem is that when a user receives a notification of a new attached file to a card on the activity app from nextcloud, and clicks on the link to the file, the user is redirect to a "forbidden"

To Reproduce Steps to reproduce the behavior:

  1. Login as an user on your deck
  2. Create a card and attach a file
  3. check on a second user the notifications, or the activity app
  4. click on the link to see the attach

Expected behavior I expect the file to open, it works when i open the card, check the attached files and open the file. (the link is different in notifications it says: /deck/cards/XXX/attachment/YYY and on the card itself on the attachments tab it redirect to: "/f/ZZZZ"

Screenshots If applicable, add screenshots to help explain your problem.

Client details: nextcloud 25.0.4

fitrahmunir commented 1 year ago

Hi, I'm interested to work on this issue. May I know how to login as a user? Thanks