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
3
votes
2 answers

Rocket chat high availability with kubernetes

I am trying to setup HA rocket chat with kubernetes. According to the rocket chat HA guide, rocket supports HA. I assume StatefulSet should be used to support such records: extra_hosts: - "rocket-1:10.250.250.13" -…
YuriR
  • 1,251
  • 3
  • 14
  • 26
3
votes
0 answers

How to solve SSL problem in internal rocket.chat server

I'm trying to create an internal Rocket.chat server. It is ok to use on the browser (HTTP). But I want to use application to chat. So it must use SSL. Following these STEPS I can create a self-certificate (for the internal network only, not…
Tuong Nguyen
  • 143
  • 1
  • 1
  • 9
3
votes
0 answers

okhttp websocket connection handling with varying internet

I am working on an app which has a chat feature which i have done using Rocket chat websocket. I have used okhttp connection to connect with rocket chat connection. The app and the connection works perfectly in the chat activity. I want the…
3
votes
1 answer

How can I write a link text containing a square bracket in Markdown?

I'm using Rocket.Chat and trying to link using link text like this: [link-text] However, when I try [[link-text]](http://example.com/) ...it doesn't work, and when I try [\[link-text\]](http://example.com/) ...it is recognized as KaTeX. How can I…
I-was-a-Ki
  • 129
  • 7
3
votes
1 answer

Backup and restore Rocket.chat on docker with mongodb

I use this docker image : https://hub.docker.com/_/rocket.chat/ So here is the code i used : docker run --name db -d mongo:3.0 --smallfiles docker run --name rocketchat --link db -d rocket.chat I tried several things, but I can't find a way to have…
bob dylan
  • 989
  • 2
  • 10
  • 26
3
votes
1 answer

Rocket.Chat automatic login

We picked Rocket.Chat as an off-the-shelve open-source product for our team to communicate. All we want is to be able to do the login part behind the scenes, so when the user goes to the Rocket.Chat URL (or any shortcut/routing URL or whatever) he…
Hagay Myr
  • 299
  • 2
  • 6
  • 16
3
votes
0 answers

How to create Custom slash commands in rocketchat?

I am using Ubuntu 16.04 as host and the version of Rocket.Chat That I use is 0.61.0. I want to create custom slash commands in my rocket.chat server. Can anyone provide me a clue regarding how shall I do it??
J1yful
  • 31
  • 4
3
votes
1 answer

error: snap "rocketchat-server" not found

I'm trying to install rocketchat-server, but it seems I can't make it work on my VPS. I've installed snap just fine. Now that I try to hint the command line : sudo snap install rocketchat-server I get the following error message : error: snap…
3
votes
0 answers

How to differentiate publications w/o param & stream with DDP?

Rocket Chat Understanding As per my understanding on Rocket Chat platform(correct me if I am going in wrong directions), we(Android native - DDP) have 2 abstract class for subscription from AbstractDDPDocEventSubscriber with their own purpose to…
jignesh.world
  • 1,396
  • 1
  • 11
  • 26
3
votes
1 answer

Cannot connect to localhost with Rocketchat on Docker

I am trying to set up a development environment for a project which we are adopting. Part of the project is the deployment of Rocketchat with Mongo on Docker. I have installed the legacy DockerToolbox with Oracle VirtualBox, as I am running Windows…
G Harvey
  • 31
  • 1
  • 2
3
votes
5 answers

How to customize interface of Rocket Chat

I need to make some changes to the front-end of RocketChat. I've done a manual install on Ubuntu 16.04 and am new to the JS ecosystem. Simply editing files (such as programs/server/packages/rocketchat_lib.js) and redoing npm install doesn't seem to…
ankush981
  • 5,159
  • 8
  • 51
  • 96
3
votes
4 answers

Change default port 3000 on Rocket.Chat installed using Snap

I have installed the Awsome Rocket.Chat on Ubuntu 16.04 using Snap, however i can no figure out how to change the server from running on http://DOMAIN:3000 to simply http://DOMAIN .. Thanks
S. Bech
  • 31
  • 1
  • 1
  • 2
3
votes
1 answer

How to install Rocket Chat to server via SSH?

I'm interested in setting up Rocket chat on my Arvixe shared hosting server, so i can modify it by programming it into the chat system i need. I know the ideal way to setup this web app is via SSH, which is what i am interested in. My issue is, i…
Nxlevel
  • 788
  • 1
  • 7
  • 17
2
votes
0 answers

rocketchat unable to connect to mongodb docker container

I am been trying this for a few days now. I have two container in a docker compose file. My mongodb container is running ok but my rocketchat container is unable to connect to mongodb. This is the error log from my rocketchat container error: 'An…
Kim
  • 489
  • 5
  • 13
2
votes
0 answers

Uploaded Android Bundle doesn't have android:exported property set

I have an app that is ready for internal testing on the Google Play store. However, when I go to upload the .aab file, I get the error: You uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver…
Megastrik3
  • 95
  • 1
  • 1
  • 9
1 2
3
19 20