Projem askıya alınmış

hello my project is suspended, ı want to access my project

@support_staff, we have a suspended project here!

Hi @caspersama,

We can take a look! First, can you please tell me the name of your project?

project name caspersama

When will my project open please open

Hi @caspersama - It looks like your project got suspended for exceeding the disk space limit.

I’ve given your project additional space for 24 hours. This should give you the room needed to add files that are taking up too much space to .gitignore .

Project files that take up a lot of space are usually ones that your project rewrites often. This includes any .sqlite files.

Once you have added larger files to .gitignore run the following commands in the project console:

git prune and hit enter
git gc and hit enter.
refresh and hit enter

This should free up the space you need.

If you have any questions, let us know!