I reached the Disk space limit, I wasn't paying attention

I just need my project back, I’ve put too much time into it to just let it go. I originally put it on Glitch as a simple test and had planned to move it in the future, but I never made a back up (stupid I know). Is there any way I can just revert the project or something and get it back?

Here’s my projects link: https://glitch.com/edit/#!/executorjs?path=server.js:61:2
(that’s the only link I have of it right now, but as you can see its called “executorjs”)

You’ll get it back :slight_smile: Here is what to do …

1 Like

No project found, sorry

If you have deleted it by accident, you can recover it by going to your projects page and scrolling down to ‘deleted projects’. You will be able to recover it then

Hi @Vincent,

Don’t worry! It happens.

We just gave your project some additional disk space for 24 hours. This should give you the room needed to:

  1. Add files that are taking up too much space to .gitignore
  2. Move database files that get rewritten often to .data

Once you have done this, run the following commands in the project console:

git prune
git gc
refresh

This should free up the space you need. If you have any questions, let us know!

And yes! If this happens to you again, you can send a message to support@glitch.com and we’ll help you out!

Damn I wasn’t expecting a reply so fast but that is awesome. Thank you so much