No Web UI after updating from 9.0.16 to 10.0.14 (pro version)

Hello,

I’ve upgraded our Seafile 9.0.16 to 10.0.14 with following the documentation. Now everything works but web ui gives Internal Server Error.

I inpected the log files but couldn’t find any error.

What can i do now?

I found a problem with python3 pip and do the following to fix this issue:

sudo apt remove python3-pip
wget https://bootstrap.pypa.io/get-pip.py
sudo python3 get-pip.py

After reboot

pip install pyopenssl --upgrade

Now web ui is working fine.

1 Like

Thanks for posting the solution. It’s important to document the fixes.