Login goes internal error 500

For some reason, when I try to login to codefloe.com

, I get internal server error 500. I did not have any problems yesterday.

I tried changing browser (Firefox,Vivaldi)

I tried different devices (MacBook. Pixel 8)

I tried different networks (home wifi, phone 5G)

I tried private browser window, cleaning cookies, etc.

Git pull / push with ssh works as expected, have not tested http.

status.codefloe.com shows all operational.

Anyone have the same problem? Or any guidance?

Kind greetings,

Benjamin

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.

Hey,

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).