Bitnami GitLab AMI throws 404 while viewing issue attachments
Created by: rashmi-saha
I have launched an EC2 instance with GitLab stack. I have uploaded an image file while commenting on an issue. The file is uploaded, I can see the thumbnail on the web interface and can locate the file in /uploads folder. However, I'm getting a 404 error when trying to view the file in the browser. The production log doesn't say anything.
As pointed out by Victor on Bitnami Forum :
The application is not constructing fine the link to the image, in my case, it points to: http://ec2-xx-yy.com/files/note/1/image.png And it gives an 404. But, the correct link is: http://ec2-xx-yy.com/gitlab/files/note/1/image.png and this last one is working fine for me. So, it seems an application issue using the web prefix instead of being served at root /