RocketChat and Next cloud sync issue
-
Hi,
we are trying to synchronize our rocketchat app with our nextcloud app, following this doc
https://rocket.chat/docs/administrator-guides/integrations/nextcloud-and-webdav/
but it doesn't work (message is "internal servor error")
May it be because of the cloudron configuration ?Thanks for your help,
Adrien
-
Didn't know of that feature really, but I can reproduce this as well. For reference the error logs on rocketchat are:
Jan 11 14:27:52 Exception while invoking method 'addWebdavAccount' TypeError: Webdav is not a constructor Jan 11 14:27:52 at Promise.asyncApply (packages/rocketchat:webdav/server/methods/addWebdavAccount.js:25:18) Jan 11 14:27:52 at /app/code/bundle/programs/server/npm/node_modules/meteor/promise/node_modules/meteor-promise/fiber_pool.js:43:40 Jan 11 14:28:35 Exception while invoking method 'addWebdavAccount' TypeError: Webdav is not a constructor Jan 11 14:28:35 at Promise.asyncApply (packages/rocketchat:webdav/server/methods/addWebdavAccount.js:25:18) Jan 11 14:28:35 at /app/code/bundle/programs/server/npm/node_modules/meteor/promise/node_modules/meteor-promise/fiber_pool.js:43:40
Haven't investigated further yet.
-
I'm not getting the same error, but uploading files from my connected Nextcloud via WebDad to my Rocket.Chat is currently not working.
I get this in the logs:
May 23 10:31:30 === UnHandledPromiseRejection === May 23 10:31:30 TypeError: Cannot read property 'logger' of null May 23 10:31:30 at error (server/lib/logger/Logger.ts:116:8) May 23 10:31:30 at /app/code/bundle/programs/server/npm/node_modules/meteor/promise/node_modules/meteor-promise/fiber_pool.js:43:40 May 23 10:31:30 --------------------------------- May 23 10:31:30 Errors like this can cause oplog processing errors. May 23 10:31:30 Setting EXIT_UNHANDLEDPROMISEREJECTION will cause the process to exit allowing your service to automatically restart the process May 23 10:31:30 Future node.js versions will automatically exit the process May 23 10:31:30 =================================
And within Rocket.Chat itself there are these all stuck at 0%
-
@jdaviescoates said in RocketChat and Next cloud sync issue:
TypeError: Cannot read property 'logger' of null
May 23 10:31:30 at error (server/lib/logger/Logger.ts:116:8)Same as https://github.com/RocketChat/Rocket.Chat/issues/24128