I fixed this by changing docker config
Slash command failed
Someone here who installed Mattermost and Vestacp?
Summary
I need to install Mattermost on a Ubuntu 18.04 with Vestacp as control panel.
Steps to reproduce
I installed Mattermost at the root of the domain and changed the user to the web-user. But I’m not able to access it over the IP or Domain.
I don’t know how to get access to it.
Someone here who installed Mattermost and Vestacp?
Mattermost First Start: Settings>General>Config?
Hi @steakboy, what Mattermost server version are you installing and do you see any log errors?
Web UI not displays anything (other than 3 dots)
Trying to compile Mattermost in a VirtualBox having Ubuntu in it. Followed developers.mattermost.com/contribute/server/developer-setup/ and developers.mattermost.com/contribute/webapp/developer-setup/. Mostly everything went well except few error messages related to mattermost-redux.
Got expected results from localhost:8065/api/v4/system/ping. How ever localhost:8065/ is not showing any control on it (seeing those 3 dots). In server logs I can see the URL requests reaching server.
The console in Firefox has “Error: Cannot find module ‘mattermost-redux/actions/errors’”. Tried to npm install mattermost-redux, and ended in UNMET PEER DEPENDENCY webpack@4.29.6. No success beyond this point.
npm --version: 3.5.2
yarn --version: 0.32
go version go1.12.3 linux/amd64
Linux ubuntu 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Highly appreciate any advise to resolve this issue.
Possible to show all unread message in the iOS badge?
Hello,
Looking at the possibility to move our dev team to Mattermost. Everything looks good, but we got stuck on a seemingly simple user need.
When using mobile app, I am relying on the badge (red circle on top of app icon) to show me all unread messages - including messages in my groups that are not addressed to me personally. However, it seems that Mattermost only shows unread mentions / direct messages in the badge. Changing notification settings impacts only the notifications, not the badges.
Is there a way to show all unread messages in the badge?
Desktop Application Notification sound not working
Summary
Desktop Application Notification sound not working correctly for both Windows and Mac app
Steps to reproduce
Mattermost Team Version 5.9.0
Application version: 4.2.1
Expected behavior
Posts that should incur notifications such as direct messages or @ mention messages should push app notification in Notification Center (or equivalent in Mac) with sound.
Observed behavior
Notification is pushed for 5 seconds as default setting but no sounds is played.
Notification message/sound is working correctly for web apps (tested with Chrome, Safari, Firefox only Safari didn’t work)
What was done?
- Make sure that Account Settings > Notifications > Desktop Notification Sounds is On.
- Make sure that Windows Notification Center setting allows notifications message as well as the notification sound.
- Searched in this forum for similar cases. The only related case found was from 2016 due to a potential issue with Electron No desktop notification using native app on Windows 7
Need Help with Atlassian integrations
I’m looking to integrate our on-premise Jira, Bitbucket, Bamboo, and Confluence servers with Mattermost. I know there’s a number of options out there and I wanted to see if anyone had recommendations, if we’re missing some alternatives, or could share their experience with any of the options.
Jira
-
mattermost-plugin-jira - Only a few event types are supported.
-
Mattermost Connector for Jira - So far it seems that to make this work the person configuring the Jira project also needs to be a Mattermost System Admin, which is not ideal.
Bitbucket
-
Mattermost Bitbucket Bridge
-
Mattermost Connector for Bitbucket - So far it seems that to make this work the person configuring the Bitbucket repository also needs to be a Mattermost System Admin, which is not ideal.
Bamboo
-
Slack Notifications for Bamboo (CST)
-
Slack Notifications for Bamboo (CleverFlame)
Confluence
- Slack for Confluence - The only downside is that the word “Slack” shows up in the interface to our end users, which might generate concerns or questions that’d we prefer to avoid. We’ve got a request in to see if the developer can include an override, but haven’t heard back yet.
Thanks in advance for any suggestions or feedback! And sorry for not including links, new users seem to be able to only add 2 links per post.
Desktop Application Notification sound not working
Hi @LuckyLuke192,
What Windows and Linux versions are you on?
Would you be open to sharing your Console errors next time you see this issue? Instructions on how to do so can be found here.
Desktop Application Notification sound not working
Hello @amy.blais,
My mistake in the original post. We use Mattermost on Windows and Mac application, not Linux. I will re-edit the original post.
Windows 10 version 1709
Mac OS 10.14.4
If it helps, we are also running Mattermost server in Docker and Kubernetes
Console log shows no error:
index_bundle.js:28213 [SOC mattermost] Loading com.github.moussetc.mattermost.plugin.spoiler plugin
index_bundle.js:28213 [SOC mattermost] Loading zoom plugin
index_bundle.js:28213 [SOC mattermost] Loaded com.github.moussetc.mattermost.plugin.spoiler plugin
index_bundle.js:28213 [SOC mattermost] websocket connecting to wss://mattermost.soc.tieto.com/api/v4/websocket
index_bundle.js:28213 [SOC mattermost] Loaded zoom plugin
Desktop Application Notification sound not working
Hi @LuckyLuke192,
On Windows 10, the sound is played by the notification center. Potentially the sound might be muted by some OS settings. Would you be able to check Focus Assist or Notifications & actions settings? Will also investigate other solutions,
Need Help with Atlassian integrations
Hi @dgm,
Specific to Jira, we are continuously working on improving this feature. You can follow its progress via this ticket: https://mattermost.atlassian.net/browse/MM-12474.
Possible to show all unread message in the iOS badge?
Hi @xsenna,
Letting you know that this feedback was escalated to our product managers and team - currently we don’t have this feature available but we have a related customer feature request ticket open for this. I’ll let you know any additional feedback / discussions.
Desktop Application Notification sound not working
Hi @amy.blais,
I have checked that Mattermost allow both Banners and Sounds notifications. I don’t have Focus Assist on this Windows build and I still receive 5s banner so I don’t think it is a problem with focus.
From the console we found the versions of the desktop app:
process.versions
{http_parser: "2.7.0", node: "8.9.3", v8: "6.1.534.41", uv: "1.15.0", zlib: "1.2.11", …}ares: "1.10.1-DEV"chrome: "61.0.3163.100"electron: "2.0.12"http_parser: "2.7.0"modules: "57"nghttp2: "1.25.0"node: "8.9.3"openssl: "1.0.2n"uv: "1.15.0"v8: "6.1.534.41"zlib: "1.2.11"Symbol(util.inspect.custom): () => {…}__proto__: Object
The chrome version is older than the version of the browser in which sound notification did work. Could it be that the issue is related to electron or chrome version? Or something unintended when using Chrome and Desktop app at the same time? We did try to kill both Chrome and Mattermost process and start only 1 but it didn’t work.
Edit:Updated: My colleague who uses Mac app did have sound notification working after updated the application to 4.2.1. He was using v4.2.0 actually before. My situation on Windows is still the same though.
Desktop Application Notification sound not working
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
Web UI displays nothing (other than 3 dots)
Hi @0x218,
Would you be open to joining our Developers channel on our community server and our developers and/or community members will most likely know where the issue is.
Have the Markdown reference under the message textarea also works as formatting buttons
The main message textarea has this nice feature that after the user starts writing in it, it displays a quick reference of the syntax of the main markdown formats. ( bold, italic, strike, code, quote and a link the the main markdown help page)
This is a great feature that lets users unfamilier with markdown use the basics, but the way this help is displayed makes it looks a lot like the quick format buttons that you see on most forums (including this one), and I found myself trying to click the help more than once.
Since the ergonomy of a formatting bar is already here, why not make it one ? The help text of each format could double down as a button adding the formatting characters around the cursor, or around highligted text if there is some.
Advantages
- Useful to users who really can’t get into Mardown but are used to forums quick format bar
- Helps accessibility for users on visual keyboard
Disadvantages
- Users could simply not notice the existence of the feature if is integrated without visual change
tl;dr
The quick reference could double down as a forum-like formatting bar.
Possible to show all unread message in the iOS badge?
Hi @xsenna, we have a ticket open here and our team will help prioritize it: https://mattermost.atlassian.net/browse/MM-10109.
(Complete) Convert a private channel to public
If privacy is the main reason for not including this feature, what should be done is to note the date a private channel was converted into a public channel, and people who join the channel after that date can only see messages posted after that date.
I can't display statistics
Even if I select the site and user statistics in the system console, it will display “Loading” endlessly.
Posts message is " Not enough data for a meaningful representation.".
Please tell me how to enable these displays.
Thanks,
Mattermost(team) 5.9.0, CentOS 7.6, Nginx 1.14.2
I can't display statistics
Hi @Babbles,
Are you using an ad blocker? We’ve seen cases where an ad blocker can prevent this page from loading data. To test this, temporarily disable your ad blocker, or view the page in a browser without an ad blocker installed.