My project witch is used to host my site, won’t save new changes, even when I remix that project to a new one, it causes the same problem, I’ve tested by deleting absolutely everything and still it says I’m hitting the limit or close enough “theatrically that it can’t save”.
On Monday I contacted @tasha and they were able to give me, some extra disc space, so we could fix our files, to work with glitch, (witch we assumed/thought was our our fault at the time).
(Have problems saving changes)
So… At the moment I don’t know where to go from here, am I just supposed to make a fresh project with the same files and wait for the day that it happens again?..
It is worth pointing out that when @tasha added more disc, it did seem to work start working.
but again i tested by deleting everything so obviously that’s not right.
Have you tried running the following commands in your projects console? git prune && git gc and refresh
If that does not work, it could be because your projects space is too high, you will have to wait for @tasha to give your project some extra space to be able to run the commands!
Once you do clear up your space, I do recommend creating a file named .gitignore and putting the directories to any files that are edited a lot by your project itself, e.g a database, into the .gitignore!
This may/probably doesn’t change either but, why would that move to a remix version, and also I don’t have the files backed to github xd, but i just find that odd…?
also, I wasn’t able to refresh because it was stuck in this I’ll call (bug).
thanks for the info - I gave you 24 hours of disk space - I see the extra space showing in your Container Status. you should be able to run git prune; git gc now. if you end up hitting disk limits even after that, then you will need to remove unnecessary files in order to stay within our limits and keep your app running.
I find it very odd that I hade way less disc usage, way back then and I even rewinded to that time and still I’m over 200 disc that makes no sense to me, how is it adding?
Yeah 100 mb of a project i had was git data because i setup git on my other server to commit to the repo every day. When I imported everything into glitch, I sorta regretted it.