I am trying to test this service on fresh vms with no success. At first I did the manual install and all was going well until I was unable to run seahub.sh script. Run into some missing dependencies which I was not able to solve despite reinstalling missing packages.
Decided to give the installation script a try. Script run fine and I can see the service is running. When I visit the address we get “Internal Server Error”. At first I thought it was an nginx problem so tried to run it without reverse proxy and modified configuration files, no success. Than I found FAQ in the manual which says:
It is mostly likely some required Python packages of Seahub is not installed correctly.
You can check the detailed error messages in /var/log/nginx/seahub.error.log if you use Nginx.
I reverted the modified files and tried reading the logs. Problem is those logs are empty and the service appears to be running correctly. Rechecked all dependencies, no idea where do I go from there.
This was tried on fresh virtual machine on two different machines. Ubuntu 20.04.3 server image. Any ideas?
I know my first post doesn’t have much info but it is a clean install and I run into same issues on 2 different hosts. Surprised noone else has run into similar problems as of recently, since the problem should be easy to reproduce.
Either way, I wasn’t able to solve the issue. Will try to get a Debian install running this weekend and also try docker deployment.