Problem with owncloud plugin
-
Hi,
recently I setup a new demo server for our customers to test our portfolio.
On this server (UCS 4.4.7) I installed a bunch of applications using the Univention AppCenter: Kopano Core, Kopano Webapp, Onlyoffice, Owncloud, Rocketchat and some additional docker containers for testing the Kopano GRAPH-API: grapi-explorer, kopano_konnect, kopano_sslThen we updated Kopano to a recent version with the repos (core: 8.7.19, webapp: 4.7.0) and installed the files plugins:
kopano-webapp-plugin-files 3.0.1.0+126.1
kopano-webapp-plugin-filesbackend-owncloud 3.0.0.0+57.1
kopano-webapp-plugin-filesbackend-smb 3.0.0.0+38.1The onwcloud app is version 10.6.0
So, now when I try to add an account with WebDAV it works just fine. If I use the exact same settings and change the backend to owncloud, I get an error window popping up in the webapp, saying “unexpected error”.
I tried to figure out what’s happening with the web development tools and the apache error log but none of this options gave me any hint.Any idea why this could happen?
Anyone who is willing to help can get an account on this server. :-)TIA,
Roland. -
@rgsell
can you post a screenshot of your files account settings for the owncloud account ?rg
Christian -
Yes, sure.
As soon as I change the Account type to owncloud, it stops working.The fun part is: I just tried it with the Univention-Administration-User and it works with this account.
It is also an LDAP-User, so I don’t know whats the difference here. -
@rgsell
Ok I think you have to change the path from /owncloud/remote.php/dav/files/gsell to /owncloud/remote.php/webdav to work with owncloud account typerg
Christian
-
You are right. It’s works that way.
Actually that was the default setting first. For some reason it didn’t work initially, so I changed it.Thanks a lot!
-
No I think the default in the Kopano Webapp/Deskapp is /remote.php/webdav so missing the leading /owncloud/ part or if using nextcloud /nextcloud/
rg
Christian -
@externa1 you are right again. :-)