Hello, Glitch. I noticed a bug in Glitch. I recently renamed my Glitch to wawaos, however both in the Terminal and/or in the code itself the environment var $PROJECT_DOMAIN (and/or also $PROJECT_NAME). Here’s a few screenshots to get the idea around. link #1 link #2
The weird thing is, Terminal also says app@rune-cuddly-place is the project’s domain/name while the actual one is wawaos
If you’re asking, renaming threw an error in the JS console so I renamed it using requests.patch("https://api.glitch.com/v1/projects/[PROJECT ID]", json={"domain": "wawaos"}, headers={"authorization": "[AUTH ID]"}). Maybe that’s causing a syncing problem? Maybe I’ll have to wait a day so that the project name is shared all across my Glitch?