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
278 questions
2
votes
0 answers

Rocketchat - localhost:3000 is not working even after resolving most of its issue

I have done so far: curl https://install.meteor.com/ | sh git clone https://github.com/RocketChat/Rocket.Chat.git cd Rocket.Chat meteor npm start Reference:…
2
votes
1 answer

Custom fields in rocket chat message

I need to add custom fields to rocket chat message. I found in documentation that it can be done for user and for group, but didn't found how to add it to message in group. I use rocket chat rest API. Please advice.
YuriR
  • 741
  • 9
  • 23
2
votes
1 answer

Rocketchat running in docker after Nginx reverse proxy throws blank screen

I have a rocketchat running well when I access it directly (i.e via docker port). But while trying to access from nginx as reverse proxy, I am getting blank page. Any idea what is wrong here? I have used official configurations for both the nginx…
2
votes
0 answers

How do I get Rocket.Chat to trust my company's root CA certificate?

In order to create an outgoing WebHook, I need to trust my company's root CA certificate, which is inserted into all traffic going through our network. I have tried everything as I described in the following issue that I…
mydoghasworms
  • 17,038
  • 9
  • 56
  • 88
2
votes
0 answers

gradle build fails while running rocket chat kotlin sdk in Android studio 3.2-beta 1 and throws below error

FAILURE: Build failed with an exception. What went wrong: A problem occurred configuring root project 'rocket.chat.kotlin.sdk'. Could not resolve all files for configuration ':classpath'. Could not resolve…
Jerusha
  • 41
  • 3
2
votes
1 answer

Can't use Atlas DB in Rocketchat configuration

I am trying to change my rocket chat to work with an Atlas DB, which is not sharded, but has a replica set of 3 nodes. The rocket chat is installed on my EC2, and I don't understand how to access it through the rocketchat configuration. Here's the…
Yehuda
  • 55
  • 6
2
votes
0 answers

Add new Subscription to Rocket chat

I want to create a new subscription e.g (stream-all-messages) in Rocket Chat same as stream-room-messages which is already present in docs. I am using DDP listener to test it, following are the examples which I am trying. // Subscribe to a message…
Amit Sharma
  • 3,234
  • 2
  • 12
  • 20
2
votes
1 answer

Two instances of rocketchat. Notifications does not works

I have setup mongodb cluster with enabled oplog. I have setup two instances of rocketchat. rocketchat00(10.0.0.1): [Unit] Description=Rocket.Chat…
2
votes
1 answer

How to manage access rights for rocket.chat, so that all users are not visible to everyone?

I am using Rocket.chat as part of a website, where users from different organizations can log in and chat with their colleagues. How to configure rocket.chat so that users from different organizations cannot see each other? For example, can I…
Ali Alavi
  • 2,089
  • 15
  • 20
2
votes
0 answers

Caddy hard-coded localhost:8080 collides with existing services, also AutoSSL collides w/443

I installed Rocket.Chat on my Ubuntu system with SNAP, which in itself seems to work so far ... anyway, I have problems with collisions in the ports used. For one, caddy seems to be started with localhost:8080 binding, even though I updated the…
GarryG
  • 21
  • 2
2
votes
2 answers

Using DDP in Angular 4 Application

I am Angular 4 developer. Want to include RocketChat Engine developed in MeteorJS. By research I got to know that it will need DDP(Protocol) to connect Angular4 with Meteor. I am unable to find any DDP package which allows me to integrate with…
2
votes
0 answers

Rocket.Chat Iframe integration: browser navigation failure

I am integrating Rocket.Chat to our existing web application, which has a large user base. After successfull Rocket.Chat Keycloak integration (SSO), it was decided to inject chat to the existing application using available iframe integration since…
lazyneuron
  • 289
  • 3
  • 11
2
votes
1 answer

(Rocket.Chat) Never expire auth token

I am trying to reuse the same authToken generated by Rocket.Chat login API. { "status": "success", "data": { "authToken": "9HqLlyZOugoStsXCUfD_0YdwnNnunAJF8V47U3QHXSq", "userId": "aobEdbYhXfu5hkeqG" } } The developer guide…
Anita Sharma
  • 177
  • 3
  • 13
2
votes
2 answers

how to send formatted messages to rocketchat from hubot?

I would like to prepare formatted messages to rocketchat from hubot but I can't find any reference for that. That's my main reference: http://theprogrammingbutler.com/blog/archives/2011/10/28/hubot-scripts-explained/ I have tried this: …
2
votes
1 answer

Hubot with Rocket.chat

I am trying to integrate Hubot with rocketchat and make Hubot talk with rocketchat. The sources I am referring to are: https://hubot.github.com/docs/ https://github.com/RocketChat/hubot-rocketchat I have installed Nodejs and in Node.js command…