Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] cannot open attachment uploaded and added to issue #132

Open
lomnido opened this issue May 30, 2023 · 1 comment
Open

[BUG] cannot open attachment uploaded and added to issue #132

lomnido opened this issue May 30, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@lomnido
Copy link

lomnido commented May 30, 2023

Describe the bug
I have installed self-hosted Taiga, with no errors so far. However when the attachment is uploaded and added to an issue (issue tracker) all goes fine. Attachment shows where it should in issue page, however when I click at it it shows loading animation, but attachment never shows (picture file). Also there is no issue written to logs why attachment cannot be shown.

How can we reproduce the behavior

Workarounds

Screenshots

Taiga environment
Latest stable self-hosted. Logs does not show any error

Desktop (please complete the following information):

  • OS: Ubuntu 22.04
  • Browser: tested on Firefox and Chromium
@lomnido lomnido added the bug Something isn't working label May 30, 2023
@lomnido
Copy link
Author

lomnido commented May 30, 2023

changing Nginx configuration to:

    location /media/ {
        alias /home/taiga/taiga-back/media/;
        add_header Content-disposition "attachment";
    }

helps to access files. however disables all the 'protected' mechanizm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant