After I modified the code in the webapp, is building it simply about...
Hi @ststc! After modifying the webapp code, you’ll need to rebuild and redeploy it properly for changes to take effect. Check out this guide on Deploying Mattermost for detailed steps. Let us know if...
View ArticleDocker-compose build error
Hi Sungwoo, great to hear you’re making progress! If you don’t have a domain or can’t use NGINX, you can still access Mattermost locally by setting the SiteURL in your config.json to...
View ArticleUnread direct message channels not shown in sidebar
We’re not on a clustered environment. I’m not sure that the github issue you linked will be relevant in that case @marianunez?
View ArticleCan't connect to server from android mobile app
Hi there! It looks like there might be a configuration issue with your NGINX setup causing the mobile app to fail while the web and desktop versions work fine – I recommend double-checking your NGINX...
View Article[Solved] Make Categories the same for all Members
Thank you very much, this is fascinating and very helpful! I’m not sure how this one slipped by, but this is great @john.oliver. However, I suppose the feature request must become: please make it...
View ArticleCan’t connect to server from android mobile app
Hi @testtest! It looks like the mobile app is encountering a 400 error, which can sometimes be related to reverse proxy or TLS configurations. I recommend reviewing the Nginx setup for Mattermost in...
View Article[Solved] Make Categories the same for all Members
If you do that, new users who join the channel after that action will have the sidebar category added. But users who are already members won’t get it added… that action happens on joining.
View ArticleStill problems with Postgresql server connection and SSL configuration
For feature requests, please see: https://mattermost.com/suggestions/. For troubleshooting questions, please post in the following format: Summary "pq: SSL is not enabled on the server" Steps to...
View ArticleMmctl channel user list doesn't exist?
Just to confirm, the following PostgreSQL psql command-line query “one-liner” works to get channel members (if EnableLocalMode is enabled in config.json; otherwise, you will need to use mmctl auth...
View ArticleDesign Preview: Scheduled Messages
Mattermost needs to be more transparent in its releases as this is only for the paying enterprise customers. a fact left out of any documentation i had seen or been made aware of by the good folks...
View ArticleUnable to send message to person that never chat with ( direct mesage)
Did anyone have any ideas here ? i was thinking to force database migrations again
View Article[Solved] Make Categories the same for all Members
So I figured out a very clunky, but working, workaround that allows bulk removal + re-adding and selective re-adding for private or non-shotgun (read: all team members are already members) approach:...
View ArticleDesign Preview: Scheduled Messages
@StevoS is exactly right. If we had known your intentions to put this behind a paywall we - as a community - would have implemented this YEARS ago. We were led along - AND FEEL LIED TO AND DECEIVED -...
View ArticleBroken mobile app
Summary Multiple users trying to access self-hosted Mattermost server via Android and iOS apps, getting same error after upagrading via Google Play/AppStore. All get the folllowing message (see...
View ArticleDesign Preview: Scheduled Messages
Yes, I’m currently on the free editon so that explains it.
View ArticleBroken mobile app
UPD: observing similar issue on GitHub: Invalid Time Zone Name error at launch of direct message or channel · Issue #8423 · mattermost/mattermost-mobile · GitHub
View ArticleDesign Preview: Scheduled Messages
I don’t usually weigh in on these kinds of discussions, but the users above are absolutely right. I’ve always supported most of your decisions regarding the free edition. I understood the rationale...
View ArticleMattermost manage multiple channels from single channel
Hi, is there a way to achieve functionality in mattermost , i have multiple channels, i want to get all channels chats to a single channel like this username1 7:57 PM #channel1 : message username2...
View ArticleForwarding messages in personal direct
I get this message when I try to forward a message :This message is from a private conversation and can only be shared with How can I fix the problem?
View ArticleDesign Preview: Scheduled Messages
So bummed that it’s not available for free users! I was so excited to finally have this for my small team. We are an international team, and it always made me feel guilty whenever I had to message...
View ArticleDesign Preview: Scheduled Messages
this is a letdown for it to not be in the self-hosted OSS version. we self host so we can guarantee security for our community. @matthewbirtch we are nonprofit too, and if we did this our community...
View ArticleStill problems with Postgresql server connection and SSL configuration
My first thought is you might have a funny character or formatting in your DataSource line. For reference: "DataSource":...
View ArticleStill problems with Postgresql server connection and SSL configuration
The \u0026 is unicode for the ampersand character (&). I have made it the actual character and saving/restarting the Mattermost server changes it to unicode.
View ArticleStill problems with Postgresql server connection and SSL configuration
And is the postgres:// prefix required? I thought the DriverName parameter was tacked on by the server as the prefix.
View ArticleStill problems with Postgresql server connection and SSL configuration
How are you editing the config.json? I doubt Mattermost is changing characters… I have a feeling maybe your editor or shell is. As far as postgres://, AFAIK yes, that’s required.
View ArticleStill problems with Postgresql server connection and SSL configuration
I’m using vim. I’ve never known vim to change any character like that. Any my shell is bash.
View ArticleStill problems with Postgresql server connection and SSL configuration
Maybe chmod 440 config.json to be sure nothing is writing changes to it? Are there any funny characters in your password? Maybe temporarily set a simpler password to eliminate the possibility that...
View ArticleStill problems with Postgresql server connection and SSL configuration
Well, in typical ask-for-official-help tradition, the connection is working now without the SSL error. I’m now staring down a list of warnings when trying to pgloader migration.load the changes. I’ll...
View ArticleAccount verification email not sending upon account creation
Summary Account verification email not delivering. Steps to reproduce I’m signing up on the website using my browser. When trying to connect in the app to the community, I receive an error saying the...
View ArticleUnread direct message channels not shown in sidebar
@gubbins The issue was indeed detected and reproducible for us in a clustered environment. However, the fix changes the websocket to propagate directly to the users that need to be notified instead of...
View ArticleDesign Preview: Scheduled Messages
The code for scheduled posts is in the public Mattermost repo.
View ArticleStart Call button disappeared after v10 update
This isn’t an issue with v10. Simply downgrade the calls plugin to any version below 1, and it should work. GitHub Release v0.29.2 · mattermost/mattermost-plugin-calls Supported Mattermost Server...
View ArticleUnread direct message channels not shown in sidebar
OK - we will try an upgrade to 9.11.6 and see if it happens again! I do suspect, though, that the client has already received the information, because: It does show the unread icon, for example the...
View ArticleMattermost v7.9.1 team-edition helm deployment issues
hey, i just try to debug with the same issues you face. i was trying to run with this config: but it was still will be security issues, i’ve change with the user included on container perhaps there...
View ArticleAccount verification email not sending upon account creation
What are your SMTP settings? Does “Test Connection” work? Do you have access to the SMTP server logs? You can also set loglevel to DEBUG and sign up a test user and watch for anything helpful.
View ArticleAccount verification email not sending upon account creation
I have a personal Mattermost instance. I had some people complain about never receiving verification emails. Since I run my own SMTP server, I was able to see in its logs that mail from my ISP was...
View ArticleAccount verification email not sending upon account creation
That’s helpful, thank you! I spoke with the owner of the instance, he’s going to look into what’s going on with the mail server. It sounded like other users that tried to onboard in the past few days...
View ArticleUnable to send message to person that never chat with ( direct mesage)
Any advice on this one from @amy.blais? Or anyone else in the community?
View ArticleBroken mobile app
Hi @sanyocc, thank you for reporting this, and I’m sorry to hear about the issues you’re experiencing! It seems like it could be related to an invalid time zone setting? Please check your server...
View ArticleMattermost manage multiple channels from single channel
Hi @Dev12, thanks for sharing your question! While Mattermost doesn’t have a built-in feature to consolidate messages from multiple channels into a single channel, you might consider using webhooks or...
View ArticleForwarding messages in personal direct
Hi @narsis92! This message appears because private conversations in Mattermost are designed to protect privacy, so messages can only be shared with participants in that conversation; you can learn...
View ArticleUnread direct message channels not shown in sidebar
Today we did an experiment to reproduce this issue. We successfully reproduced the problem in both 9.11.6 (on our dev server) and 9.11.1 (on our production server). Steps taken: Run desktop mattermost...
View ArticleMattermost manage multiple channels from single channel
Hi @john.combs, Thanks for replying me, for this functionality with webhooks should i use custom script to display sender’s name and message etc.
View ArticleMmctl channel user list doesn't exist?
Are you saying to use that to essentially make a feature request? There has been so incredibly much crosstalk on issues vs feedback vs feature requests over the years that it has become untenable to...
View ArticleiOS Native App Acting like Web
Thank you for sharing your thoughts. I understand your frustration with the flashing render when switching channels in the Mattermost client app. It’s important that any changes to the app, especially...
View ArticleIssue updating Mattermost-omnibus on digitalocean
Hi, thanks for the reply. I just saw it a long time after. I tried using that code on the link you sent me to update the keys. It appears to run correctly, but then I try to update mattermost and it...
View ArticleNew to MM in Container on Qnap
Hi there, I´m new to MM and I love it! Where do I come from? I found MM 5.0.0. on my new Qnap NAS and wanted to have the newest version installed, since 5.0.0 ist obviously outdated. Therefore I...
View ArticleNew to MM in Container on Qnap
Hey there, I´fine with my setup. Nginx is working smoothly. So there ist one question left: How do I turn off theese messages for my users
View Article