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
4
votes
1 answer

How to enable HTTPS for rocketchat in docker container

Recently, I've installed the rocket.chat using docker containers (rocketchat, mongo_db and hubot) but now I would like to enable the HTTPS (SSL) to securize the chat since will be accesible from internet. Do anyone knows how to setup the SSL files…
Kaiservikingo
  • 55
  • 2
  • 6
4
votes
1 answer

RocketChat: How to send SMS Messages to Livechat channel from mobile

I want to copy the behaviour of the Livechat-Popup - Window to send messages from mobile. How would I do that?
wohu
  • 51
  • 3
4
votes
2 answers

Rocket Chat - Login via Rest API

I'm attempting to login to my Rocket Chat install using the REST API. The login call comes back successful and I receive the AuthToken and userID. But I can not seem to bypass the login screen. In other words what I want to do is use my app to…
O2U
  • 429
  • 2
  • 8
  • 22
4
votes
1 answer

How to start 2 (or more) instances of Rocket.Chat using Docker Compose?

I'm developing some projects that are available under the same Amazon EC2 instance (AWS EC2 instance) and I'm trying to create a Rocket.Chat for each of these projects. Note that each of these projects has it's own userbase and is completely…
Paladini
  • 4,522
  • 15
  • 53
  • 96
4
votes
0 answers

Can't run Rocket.Chat on Mac

I'm trying to run the Rocket.Chat on my Mac & I'm getting this error. I've tried to fix it but I'm not having any luck with it. Any idea on how I might be able to fix this? I get the following error after I run the meteor command in Terminal: …
rubyist
  • 389
  • 4
  • 22
3
votes
0 answers

Rocket.Chat websocket is disabled for this server

I recently set up a rocket.chat instance on my Server via docker. Everything is working fine in browser and mac app, but not on android or ios mobile app. After I type in the workplace url I am getting the message "Websocket is disabled on this…
fehmelchen
  • 203
  • 3
  • 15
3
votes
2 answers

Command PhaseScriptExecution failed with a nonzero exit code. Bugsnag source map upload connection timed out

I am trying to white label this github repo. https://github.com/RocketChat Here is the white label guide that the RocketChat has provided. https://developer.rocket.chat/mobile-app/mobile-app-white-labelling/ios-app-white-labelling This library is…
Zohaib Ahmad
  • 131
  • 1
  • 1
  • 9
3
votes
1 answer

How to add mermaid diagrams to a rocket.chat instance?

There is something compelling in the integration of mermaid syntax in markdown text, since it is quite "markdownish". I got the idea that I would like to type my own mermaid diagram in a rocket.chat window and see it interpreted on the fly. I have…
fralau
  • 3,279
  • 3
  • 28
  • 41
3
votes
1 answer

Connect rockat.chat mongo database using php script

I needs to use the mongo database of Rocket chat 3.0.0 using php script remotely but its not working. here is my script $manager = new MongoDB\Client( 'mongodb://uname:password@Ip of server:port' ); foreach ($manager->listDatabases() as $val){ …
Chetan Nakum
  • 413
  • 6
  • 19
3
votes
1 answer

Docker Rocket chat Rest api upload file error 413 Entity too large

I am using rocket chat rest API, every thing works good, but when i upload file to rocket chat rest api, it shows error 413 Request Entity Too Large, but when i upload file from website it uploaded any size of fie. After checking all scenario, I…
Faraz Ahmed
  • 1,467
  • 2
  • 18
  • 33
3
votes
1 answer

How to upload files from a .NET-Application to a Rocket.Chat-Channel?

I need to make a feedback-form in my .NET application, which sends messages to a Rocket.Chat-Channel (What is Rocket.Chat?). I am already able to send a textmessage with the api of Rocket.Chat. I found a documentation, how to send files with an api,…
3
votes
0 answers

How to integrate Rocket.chat into Ionic 3 mobile app using iFrame?

We have our own rocket.chat server and is already embedded in our app via iframe but I need to get the user_id from our rocket.chat server during login and be saved in our mobile app's DB. So I went to rocket.chat's documentation:…
3
votes
1 answer

automated login for rocketchat user within iframe embedded in an angular 6 component

I am attempting to login users automatically into my rocketchat server via my angular 6 application/component ( where users are already required to login). Does anyone have any experience directly manipulating the mongodb to login a user with…
monsterAdurm
  • 63
  • 1
  • 7
3
votes
1 answer

Looping through Rocket.Chat API

Python 3.7.2 PyCharm I'm fairly new to Python, and API interaction; I'm trying to loop through the API for Rocket Chat, specifically pulling user email address's out. Unlike nearly every example I can find, Rocket Chat doesn't use any kind of…
2rojan
  • 51
  • 4
3
votes
1 answer

ROCKET CHAT ADMIN PANEL -- Push notifications not working when click on Send Test Push

Rocket.Chat app version: 3.2.0 (223) Rocket.Chat server version: 0.72.3 Device: iPhone 7/iOS 12.1 I have done all the setup mentioned in below link. https://rocket.chat/docs/administrator-guides/notifications/push-notifications But every time I…
Arpit Jain
  • 1,660
  • 12
  • 23
1
2
3
19 20