Missing project icon on startpage
Summary
The image of a project is broken because it can not be found (wrong port using)
Steps to reproduce
- Set an image for a project
- Update your gitlab to an higher version
- After an update move to the startpage of your gitlab instance
- Project Image is broken (port from the image url is 30000, even if the variable gitlab_port is explicity set to 80)
Expected behavior
Actual behavior
Image not found (because of using the wrong port)
Relevant logs and/or screenshots
Chrome Console: Failed to load resource: net::ERR_CONNECTION_REFUSED Image: See attached
On the top right corner you can see my avatar image loaded successfully, because the port on this url (same domain) loaded correctly with the port 80.