Unable to load project due to some unknown reason, it’s been loading the past 20 minutes. Project name is “anvil-dodger”
Hey @fqriss, I’ll ping @support_staff!
It looks like the project is working now.
Glad to hear your project is now working!
It’s still stuck on the loading screen.
It seems you might be out of disk space.
Possibly, hopefully a support staff member can give me some extra space to clear unneeded files.
Yes, khalby786 notified support staff.
Hi @fqriss
I’ve given your project additional disk space for 24 hours. This should give you the room needed to:
- Add files that are taking up too much space to
.gitignore
- Move database files that get rewritten often to
.data
Once you have done this, 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!
1 Like