Steffen Hansen
Steffen Hansen
We have exactly the same problem. Rocket.Chat 5.0.2 enterprise running in docker, connected and sync'ed to workspace on cloud.rocket.chat, but still I get ``` Sadly, an error occured while processing...
I have similar problems. Rocket.Chat 5.3.2, Electron client 3.8.13, using Keycloak via Custom OAuth. On Linux, it works fine with the Yubikey, but on OSX the workflow looks "weird". I...
Maybe I'm just stupid, but I had this error because I did not understand the purpose of the /home/docker bind mount. This needs to be the base dir of where...
Since curl is gone, we do this now: ``` healthcheck: test: > /usr/local/bin/node -e ' const http = require("http"); const options = { host: "localhost", port: 3000, path: "/api/info", timeout:...
I have exactly the same problem. Trying (and failing) with ``` - MONGO_URL=mongodb://mongo:27017/rocketchat_${NAME}?directConnection=true - MONGO_OPLOG_URL=mongodb://mongo:27017/local?replicaSet=rs01&directConnection=true ``` Before upgrading to 5.0, this worked: ``` - MONGO_URL=mongodb://mongo:27017/rocketchat_${NAME} - MONGO_OPLOG_URL=mongodb://mongo:27017/local?replSet=rs01 ```
I guess this needs to be updated for 5.0? https://docs.rocket.chat/quick-start/environment-configuration/mongodb-configuration/mongo-replicas