I’m logged in, but I’m seeing random 500 errros on the bottom of pages. Also, accessing logs of actions runs takes a long time to load. I don’t know if the problems are related, but I thought I share my experience because I’m getting 500s as well.
Yes, the disk of the host running Forgejo ran out of space. This happened because one user added a lot of repos in a short time (and on top during the night in our timezone).
This then causes Valkey to crashloop, resulting in a mixed behavior for users: Forgejo itself is up and running but any process in the UI is flaky and errors appear.
We will think about how we can prevent such scenarios in the future. I won’t be easy though until there is a functional mechanism to prevent users from exceeding a certain account limit (the current quota feature within Forgejo is unfortunately buggy and not taking proper effect).