How to prevent automatic redirection of repo url?

Hi!

I had a repository (say repo “A”), renamed it (to say, repo “B”), and then deleted it. Then I created a new repo with the original name (“A” in this case) but HuggingFace still tries to redirect me to the deleted repo “B” when I try to follow the link for repo “A” because of its automatic redirection feature (when renaming repo “A” to “B”, links to “A” are redirected to “B”). Does anyone know how I can stop this redirection from happening, as I’d like to be able to view my new repository.

Thanks!

Hi @patrickramos ,

It’s due to the browser’s cache, it would work in another browser or after clearing the cache.

Though, we released a change that should fix it once & for all

1 Like

Hi! That change must have fixed it then, since the problem’s all good now without me trying to clear my cache yet. Thank you!