I have tried searching but haven’t been able to resolve my issue.
I’ve set up a fresh seafile server using python. Ports 8000 and 8082 are correctly forwarded. Everything works apart from uploading files; I get the error:
File Upload failed
Unknown error
This happens with any file on the Web UI, and the android app.
Running Windows 10
Edit: can’t reply with more than two links so the other two logs are here
May not apply to your case, but just in case or it helps someone else, I had this error using the docker image until i put the host specified with -e SEAFILE_SERVER_HOSTNAME=seafile.example.com into my hosts file.