Unable to create folder/file in library

Using latest seafile community server with mysql.

I have a new library (the only libray) added to the correct user group and whenever I try to add a folder or new file it just gives me permission denied errors:

This is within the library folder and not root. If I try to add a folder to root it gives me a similar error but actually does end up creating the new Library as “New Folder” etc.

I’m getting these errors in the seafile.log

[09/21/17 00:42:17] repo-mgr.c(440): Failed to get repo 5a5b900c-2b08-4e0a-a4c8-1ea58349487c.
[09/21/17 00:42:17] repo-mgr.c(440): Failed to get repo 5a5b900c-2b08-4e0a-a4c8-1ea58349487c.
[09/21/17 00:42:33] http-tx-mgr.c(654): libcurl failed to GET http://XXXX:8082/protocol-version: Couldn’t connect to server.
[09/21/17 00:42:34] http-tx-mgr.c(1242): Bad response code for GET http://XXXXX:8000/seafhttp/protocol-version: 404.

I changed the port from 8082 to something else, changing it back to 8082 fixed it.

You should use a reverse proxy and ssl. Did you follow the manual to the end?

Using Windows Server 2012, and keeping default 8082 port solved it for me.

It is really recommended to use a reverse proxy in front of Seafile. Not just for security reasons.