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

Setting up SAML for Rocker.Chat (SP) with GSuite (IDP)

I have an instance of Rocket.chat running on an Ubuntu server, and I am trying to configure SAML on Rocket.chat (SP) and GSuite (IDP) so that I can enable login to Rocket.chat with GSuite identities. After several rounds of going through the…
Ouss
  • 2,912
  • 2
  • 25
  • 45
1
vote
0 answers

The timestamp value in my Prometheus alertmanager is not sent to rocket chat webhook

I send alerts from prometheus to rocketchat webhook. This is the configuration of one of my alert rule: - alert: HighCpuLoad expr: 100 - (avg by (instance, group, host) (irate(node_cpu_seconds_total{mode="idle"}[5m])) * 100) > 81 for: 5m …
1
vote
0 answers

Is it possible to start and build Rocket.Chat without ee directory(without enterprise code)?

I'm playing with rocket.chat and trying to build my own custom CE build. Now when I'm trying to start it locally meteor npm start it works fine, without any errors. But after deleting '/ee' directory and meteor npm start: Error: Cannot find module…
1
vote
0 answers

Iframe cust-oauth iframe Command

I’m trying to use Rocket.Chat in the backend of a website for communication between authors. I’ve gotten the Rocket.Chat server up and running just fine, I’ve got a SSO working just fine with the website, however, I’m using Rocket.Chat in an iframe…
Dobbs
  • 25
  • 5
1
vote
0 answers

hubot rocketchat broadcast notification

I'm trying to send broadcast notification in direct message via bot (bot repository): const { driver } = require('@rocket.chat/sdk'); module.exports = (robot) => { robot.respond(/notify/i, (msg) => { let userNames = ['1','2','3']; …
Potato
  • 397
  • 4
  • 16
1
vote
1 answer

Is it possible to login nextcloud with rocket chat oauth?

here Iam trying to integrate my rocket chat with nextcloud for storage. is It possible for make oauth rocket chat as server and nextcloud as client ? all i can see is how to login rocket-chat using other vendor, like google, facebook,nextcloud I…
kyty
  • 76
  • 1
  • 9
1
vote
0 answers

rocket.chat uploading to inaccessible room

I am writing a slashcommand with the Rocket.Chat.Apps-engine for my Rocket.Chat Server which exports the chat in the current room, creates a pdf and uploads this back into the room. I am using an own node server for the generation and upload.…
EnNico
  • 61
  • 2
1
vote
0 answers

Message not sent/received unless a page will be reload in Rocketchat

We’ve cloned the latest rocket chat repo from git and introduced some custom APIs to meet our client’s requirements. The update chat (having custom APIs) is working fine on local. But after deploying the app to Heroku, we’re facing this issue. The…
1
vote
1 answer

Send threaded message but also send to channel

When sending a message, one can pass the tmid argument to the API to post said message to the thread of another message: from rocketchat_API.rocketchat import RocketChat rocket = RocketChat(server_url="(...)", user_id="...", auth_token="...") room…
LeoRochael
  • 14,191
  • 6
  • 32
  • 38
1
vote
2 answers

using Alamofire 5 to upload file to RocketChat server

I'm using Alamofire 5, and I'm trying to upload an image to a Rocket Chat server. The corresponding curl statement that I need to duplicate using AF is at the following link: (link to documentation:…
andrewlewisdev
  • 202
  • 2
  • 11
1
vote
0 answers

Rocket Chat API broadcast channel

I need to create a broadcast (read-only) channel via RocketChat python API. I can create read-only channels, but there is no parameter for broadcast channels. Is there a work-around?
Chandrahas
  • 325
  • 4
  • 14
1
vote
2 answers

Rocket.chat: Reclaim disk space (Ubuntu Snap)

I've got Rocket Chat running on Raspberry Pi 4, on Ubuntu 18.04.4 LTS. The install was done according to the Rocket Chat documentation, using the Snaps method. After removing many megabytes of files from our chats (purge) I notice the disk space…
nooblag
  • 678
  • 3
  • 23
1
vote
0 answers

Rocket.Chat App-Integration deployment error

I would like to develop an app integration for Rocket.Chat, which uses a SlashCommand (e.g. /export) to provide a certain chatroom-history as pdf (in this room). As far as I searched the docs, I could not find any functionality provided through the…
EnNico
  • 61
  • 2
1
vote
1 answer

Rocket.Chat Live Chat room subscription problem

I'm trying to build my own chat frontend for the Rocket.Chat Live Chat. But currently I have the problem, that I can't subscribe to a live chat room for listening. 1) RealtimeAPI: I connect to the the rocket.chat webservice 2) RealtimeAPI: I…
DeeFour
  • 436
  • 5
  • 17
1
vote
0 answers

adding Facebook and gmail login features in rocket chat

I used the admin interface to add them, my set-up seems to work fine ( the app keys and allowed urls ) but I keep having this error after I attempt to login : internal server error