V13 holding on to a deleted redirect

I have a V13.11.0 site that has both Skybrud.Umbraco.Redirects and HotChilli.Umbraco.PageNotFound packages installed. On localhost, I added a redirect from /robots.txt to /robots-text-file which isn’t needed anymore so I deleted it. However, it’s still working. I’ve deleted temp folder and even deleted the SQLite DB and recreated from scratch, but it’s still hanging around like a bad smell. How can I totally get rid of this redirection as it’s interfering with routing for my robots.txt controller (it’s a dual site, multi-tenant installation :frowning: )?

Thanks.

Craig

If you deleted the database I doubt the redirect would still be there…? Have you tried incognito mode or a completely seperate browsers? Redirects are getting cache notoriously hard sometimes…

Look like that’s what it was. I deleted everything I could in the Dev Tools Application tab, but it was still there. It wasn’t with a private browsing window though, so that clinches it really. Thanks for the prompt.