Changed project name but still able to enter there?

I changed the name of my project to Jarvis to Vanquish and then Vanquish to Jarvis again but I can still acces it from here “https://vanquish-ws.glitch.me/” can you please shut it down?

Hi @turn47forwhat, welcome to the Glitch Forums!

What you’re seeing here is legacy behavior and we have a task in our backlog to remove it, but I don’t have a timeline on when that might be completed. There’s not a clearcut way for us to remove these old records, but you can work around it by creating a new website-only project using the vanquish-ws project name and adding this to the script.js file:

window.location.replace('https://jarvis-ws.glitch.me/');

assuming that https://jarvis-ws.glitch.me/ is the new “correct” address.

Sorry for the inconvenience!