Internal server error after upgrading to 7.1.1 Debian buster CE version

Hey,

I just upgraded from 7.0.5 to 7.1.1 on my debian buster ce version system. I installed the python 3 dependencies and updated according to the manual. I didn’t get an error when restarting seafile.sh and seahub.sh, however I cannot connect anymore using the client and the webside returns an Internal Server Error. Any ideas?

Please check whether the seahub process is running in your server. If it is running, there should be an error log in seahub.log for internal server error.

If seahub process is not running, you can modify conf/gunicorn.conf, change daemon = True to daemon = False , then run ./seahub.sh again. If there are missing Python dependencies, the error will be reported in the terminal.

Turned out that not all dependencies had been installed despite copying the command from the update page. Maybe I didn’t see an error message. However it now works again. Thanks!