I recently deleted an existing project repository and even after refreshing and re-logging into my account I can still see the project on the Dashboard. When I click on the project I get a page with Error: 404.
How can I remove this project from my Dashboard?
axil
February 14, 2016, 6:21pm
2
It’s probably cached. i think the Redis cache gets cleared once a while, but if you want to you can use the following raketask to see if it helps:
sudo gitlab-rake cache:clear
Where do I run this command?
axil
February 15, 2016, 12:22am
4
Sorry, I should have asked first. Is this on your installation or on GitLab.com ?
axil
February 15, 2016, 8:44am
6
So this is still an issue? If so, can you open an issue in https://gitlab.com/gitlab-com/support-forum/issues ?
Well problem solved now! If anyone is interested they can find the solution here - https://gitlab.com/gitlab-com/support-forum/issues/535#note_3746894
This got deleted, could you please share with me how you solved it ??
does the command affect other projects?