Download links failed in 7.13.2

HI all,

I upgraded our gitlab last week from 7.8.2 to 7.13.2 and now all download links are failed. I try to get a solution on the web, but no way. I found suggestions about Sidekiq, but the problem is still appear.

Thanks for your help.

Maybe the problem is from a configuration file, I get the following message in log.

==> /var/log/gitlab/gitlab-rails/production.log <==
Started GET “/test-group/my-test-project/repository/archive.zip?ref=master” for 127.0.0.1 at 2015-08-14 15:35:33 +0200
Processing by Projects::RepositoriesController#archive as ZIP
Parameters: {“ref”=>“master”, “namespace_id”=>“test-group”, “project_id”=>“my-test-project”}
Started POST “/api/v3/internal/allowed” for 127.0.0.1 at 2015-08-14 15:35:35 +0200

The address is the localhost address, but I did the request from a remote host. Maybe this is the problem. But where can I reconfig it ?

Thanks for your help

Upgrade to latest 7.13.5, it should be fixed.