500 error after repo renamed
Created by: hzb
I renamed the repository, and it will show 500 error like following
500 We're sorry, but something went wrong. Please contact your GitLab administrator if this problem persists.
I check it, and find that it still visits the old url, not the new one that modified.
reproduce it choose a project, and rename its repository, and you will find this error.
example An old project with url https://domain.com/gitlab/gitlabold.git, and now I rename it to gitlabnew, and it should visit https://domain.com/gitlab/gitlabnew.git, but it still visit https://domain.com/gitlab/gitlabold.git.
thanks.