Hello community,
After upgrading the sevrer from version 7 to 10 I encountered the following error, taken from seafile.log on uploading from windows/linux clients
[04/18/23 15:58:30] http-tx-mgr.c(2411): Bad response code for GET https://example.com/seafhttp/repo/xxxxxxxx-xxxx-xxxx-xxxx-52278761b9c0/permission-check/?op=upload&client_id=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&client_name=test: 403.
[04/18/23 15:58:30] http-tx-mgr.c(2421): Parse check permission response failed: '[' or '{' expected near 'Failed'.
[04/18/23 15:58:30] http-tx-mgr.c(3708): Upload permission denied for repo xxxxxxx on server https://example.com.
the server is set up behind a reverse proxy and continued to work for the last 8ish years.
access from android/ios/web directly is not an issue.
directly accessing the linux from the logs also returns a ‘token is null’ message.
Downloading a Library is not an issue and works.
Any idea ? Especially this “Parse check permission response failed: ‘[’ or ‘{’ expected near ‘Failed’.” seems suspicous.