I was trying to change the JSON file called player.json in my project called frequent-amber. When I tried to delete a } in would restart and it would not save. Please help me.
Have you tried typing ‘refresh’ in the console section?
JSON files don’t update automatically in Glitch and you have to do that in order to see the changes
Hey @anon69830488 it looks like your project is out of disk space which can cause edits to fail. I also see that you’ve got a .gitignore
file in the project, but that your .git
directory is still what’s taking up all your space, which suggests to me there’s a file (or maybe a few) that aren’t covered by .gitignore
but are still being committed to the repo regularly.
I’ve granted you some extra space so you can resolve the issues you’re seeing.
1 Like