Can't Upload any Data

Hey guys,

i just installed Seafile according to a guide for Debian10 (digitalocean guide for Debain10). Everything went smoothly. I can access the Seafile Webinterface via cloud.domain.tld.
I edited the files seahub_settings.py and ccnet.conf where (SERVICE_URL and FILE_SERVER_ROOT). HTTPS seems to be working fine.

Now if i want to upload a Data i get the message:

# Forbidden

You don’t have permission to access this resource.

Apache/2.4.38 (Debian) Server at cloud.DOMAIN.tld Port 443

cloud
My VirtualHost conf looks like the one in the guide - is there something misconfigured on the Apache Server itself, which is not mentioned in the guide and it needs to be fixed? I dont know any further what to do next.

i would appreciate any help

I am not very well versed on Apache. I’m more an Nginx type, but I’ll give it a shot.

Check to make certain that the Apache user has access to your document root and seafhttp. Apache uses its own userid, if I’m not mistaken, so you’ll need to check permissions on the document root and seafhttp. Also, check your Apache log. It should give you a good explanation as to what the problem is and what resource it cannot access.