Questions tagged [rocket.chat]

https://rocket.chat, an open-source web server/client chat application, featuring livechat, video conference, screensharing, file uploads, role-based permissions, native apps, and much more, licensed under MIT; Use this tag for questions regarding deployment, configuration, maintenance, architecture or general coding help. For questions about general use, not development or programming, use https://github.com/RocketChat/Rocket.Chat/issues.

Rocket.Chat is an MIT licensed open-source chat application developed in , meaning it runs on a backend, backed by a database. Its features include (but are not limited to) live chat, video conference, screensharing, file uploads, role-based permissions, native apps, internationalized UI, rich media, notifications, integrations to hubot and webhooks, full-text and regex search within history, several text decorators such as markdown, KaTeX, emojis and much more. Rocket.Chat currently supports importing data from Slack and Hipchat.

Rocket.Chat can be deployed in a multitude of environments, such as:

Tag Usage

These are the types of question you should be using StackOverflow for:

  • How do I?
  • I got this error, why?

If you are sure it's a bug or you have an awesome idea on how to improve Rocket.Chat, please open an issue in GitHub. If you need to discuss why a feature is not implemented or when it will be, please join us on our Demo Server and look for these channels: #support, #dev, #contributors.

Asking questions

Please refer to the Asking section of StackOverflow before asking questions.

Mention which browser the code is having problems on, and what error messages, if any, were thrown by the browser (use the Developer Tools for your browser to see these messages). If the question is browser-specific, use tags , , , , etc.

If the problem is a server issue, please include the log output. If you can't see anything relevant in the server log, make sure the output setting is set to 2 - Errors, Information and Debug in Rocket.Chat's Administration > Logs > Log Level.

If you think you found a security issue, please email the details to Rocket.Chat’s security team at security@rocket.chat before posting it to StackOverflow or any other issue tracker. Our security team will respond to confirm receipt of your message, review and plan the mitigation of the issue appropriately, as well as set a timeline for a new release or patch and will also make sure you are given credit for the discovery. Please follow these guidelines when reporting security issues.

Here are some suggested things to include, when applicable, which may help us troubleshoot a problem:

  • Operating System / Version / Architecture (64 bit?)
  • Browser type & Version (if web app), any browser add-ons which may be involved (e.g. AdBlocker, NoScript, etc.)
  • Desktop Environment (if desktop app) / Version
  • Rocket.Chat edition / Version or build number
  • Relevant snippets from your error logs
300 questions
1
vote
1 answer

Cannot build the Rocket.Chat.Android: fails at task ':app:compileSdk'

When attempting to build the app it fails during build with the error Execution failed for task ':app:compileSdk'. Process 'command 'cmd'' finished with non-zero exit value -1073741819 This happens only after a Git Bash window pops ups with what…
fez
  • 511
  • 1
  • 10
  • 27
1
vote
1 answer

Do I rebuild the Electron package to get customized front-end with Rocket Chat?

I use a self-hosted Rocket Chat installation and I use it via the Rocket Chat Electron desktop application. I want to customize front-end of Rocket Chat by including some open PRs (https://github.com/RocketChat/Rocket.Chat/pull/10366). I wonder…
senya
  • 984
  • 12
  • 20
1
vote
0 answers

prepare IM room for rocket.chat users?

I'm currently looking at the rocket.chat REST-API and can't find a way to prepare a IM-room for two users. Both users do not have the permission to create a direct message (missing create-d). But I do have a privileged admin/bot-user, which should…
Michael Hirschler
  • 2,345
  • 16
  • 28
1
vote
0 answers

How to do rocket chat autologin in play application

Hi I am new to Rocket chat I need to auto login to rocket chat application from my application which build in playframework. I have tried iFrame but I am getting bellow error. Failed to execute 'postMessage' on 'DOMWindow': The target origin …
Robin
  • 533
  • 2
  • 5
  • 16
1
vote
1 answer

How do I add custom RocketChat UI packages to overlay existing RocketChat UI packages similar to a Wordpress child theme?

Right now I am working with Rocket.Chat and I need to make my own custom pages and CSS. I copied my rocketchat:ui package and renamed it to be childtheme:ui and changed the name of my package in my package.js file to match my package name. …
Rob
  • 47
  • 1
  • 6
1
vote
0 answers

Rocketchat Docker Require custom modules

I am running rocketchat in a docker image and have set up a custom script which is executed when logged in. In this start script I want to import a module from another script, but when I start the container Meteor says Exception in template…
1
vote
1 answer

Rocket.chat Accounts signin/signups integration

I’m currently developing a spring boot app (J2EE) and I have a Rocket.chat instance that should be integrated with it just in the authentication part. So I got my spring boot app where users can create their accounts and it should also gets created…
ASghostKI
  • 168
  • 2
  • 13
1
vote
0 answers

Rocket Chat smtp outgoing email settings with zoho not working

I have a rocket.chat instance running on Google Compute. I am trying to configure the smtp settings from the Administration menu as specified here - https://rocket.chat/docs/administrator-guides/email/setup/#setup-credentials I also have my smtp…
Harshit Laddha
  • 2,044
  • 8
  • 34
  • 64
1
vote
0 answers

Configuring Keycloak SSO on Rocket.Chat and a JSF?

I am trying to configure Rocket.Chat to authenticate using Keycloak, with the hope of integrating Rocket.Chat to out custom CRM developed using JSF. I cannot use any other technology. The challenge is right now I have failed to figure out how to…
bond
  • 21
  • 4
1
vote
1 answer

Rocket chat iframe integration. Browser's navigation issue

I have integrated Rocket Chat in my app. I am having an issue, when I am trying to use browser's navigation (go back button, go forward button), instead of navigating the app screen, it navigates the rocket chat iframe. Any help would be highly…
hussain nayani
  • 317
  • 1
  • 3
  • 14
1
vote
0 answers

Incoming webhook not working in rocket chat

I created new incoming webhook using rocket chat. > curl -X POST -H 'Content-Type: application/json' --data > '{"username":"Ship Reporter","text":"Example >…
1
vote
1 answer

How can I add many users with known passwords

I'm setting up a rocket chat server in an air gapped testbed where I'll have thousands of automated users talking to each other to generate network traffic. I had seen the user import via CSV documented here. That lets me create my users, but not…
Eric Renouf
  • 13,950
  • 3
  • 45
  • 67
1
vote
1 answer

Cannot unsubscribe room messages in Rocket.Chat real time API

I am currently using Rocket.Chat with real time API. I subscribe to room messages by sending the following message to Rocket.Chat websocket { "msg": "sub", "id": "unique-id", "name": "stream-room-messages", "params":[ …
Marc Bouvier
  • 642
  • 1
  • 11
  • 27
1
vote
1 answer

failed to send php post request but succeed with curl

I am trying to send a php post request to my rocket chat server, I was able to do that using curl from command line by using this command from rocket chat api: curl -H "X-Auth-Token: xxxxx" -H "X-User-Id: yyyyy" -H…
Mohamed Elloumi
  • 158
  • 4
  • 21
1
vote
0 answers

How to configure oplog url for mongdb with sharding enabled in Rocket.Chat

I have configured mongodb with sharding enabled. I don't find any Rocket.Chat documentation on what should be the oplogurl.