Closed gerroon closed 3 years ago
IIt could be a misconfiguration issue. It seems that the final url does not contain the port. Have you tried url adding the port? Could you share the content of your docker-compose file?
@bameda You were right. I was using the "taiga.lan" for the TAIGA_SITES_DOMAIN. Including the port solves the issue it seems. Thanks for the help.
Yeah!! You are welcome.
Hi
I am using this Docker setup. As far as I can tell everything works except opening the attachments in the Issues or Kanban issues.
I am able to attach them to the issues alright without error. I also see them written to the media volume I provided. So theya re definetely uploaded, it seems to be an issue with showing them in the frontend when clicked on them.
My url is
http:\\taiga.lan:9090
I had to change the port since it was taken already. I addedtaiga.lan
to my hostsI am accessing it from the local network so no proxy is involved. Looking at the error, it seems like the media serving is not considering the port.
I get