IOS App problem with WebSocket port (appears with v3.3.0 and 3.4.0)
@longzhiw, can you confirm you have the latest version of the iOS app installed?
View Article[SOLVED] Creating a Admin Note Sticky that can't be deleted by regular user
@root, Thanks for your feedback! I'll solve this issue for now.
View ArticleTight integration
через API я их и запихиваю. Единственное проблема с паролем, т.к. я его не знаю, в БД сайта он зашефрован и приходится через костыль перекидывать хэш пароля благо mattermost его смог понять
View ArticleBlack screen on Windows 10
Thanks you for feedback. Unfortunately I'm also not sure why compatibility mode solved the problem. And I can only say --disable-gpu is temporary. This is the first report in Windows, but there were...
View ArticleCreatin new account leeds to "page not found"
You got it!!! what a silly problem reason for this .../mattermost was using the apache webproxy, which is totally unneccessary. Mattermost is using jetty, but i didn't realize that at first. After...
View ArticleCreatin new account leeds to "page not found"
Glad it got sorted! We'll get this fixed in our docs as well
View ArticleMoving license to another server
Hi, we got an enterprise license but did not install it yet. But now we would like to install it on a "starting server".We will have to move Mattermost in some month to another domain on a new host....
View ArticleNGINX Mattermost: 502 Bad gateway
Must be: "ServiceSettings": {... "ConnectionSecurity": "",...}
View ArticleEnable sending team invites from: team_admin
I tried to set Enable sending team invites from team_admin in config.json: "RestrictTeamInvite": "team_admin" But it does not take effect. It does not hides the email invitation and team invite link...
View ArticleUser level integration with Slack
I'm happy using Mattermost with a community, and participate in about a dozen channels. A new community I'm a part of has chosen to use Slack. Can I as an end user integrate their Slack channels into...
View Article[SOLVED] Console Log Blank & Cannot Set Log to File
The issue was caused by Cloudron re-directing the log info to their own logging system. They have now released an update to the Mattermost Cloudron app which fixes the issue.
View Article[SOLVED] Mattermost Gitlab - Token request failed
Hi @repz By looking at the logs you posted it seems that Mattermost is not able to connect to your gitlab server Post https://git.company.com/oauth/token: dial tcp 172.17.0.3:443: getsockopt:...
View ArticleLaunch queries on the Mattermost API, having Gitlab as authentication provider
Hi @serge Let me start by saying that the private token that gitlab returns its not the same one as Mattermost, you need to authenticate the user against Mattermost and then use the Token returned...
View ArticleAutocomplete inactive users in from: field of find box
Sorry for the delay in reply - that's correct!
View ArticleConvert a private channel to public channel and vice versa
Hey @ivolvo! Good questions. As @it33 mentioned, we feel that there isn't a good way of reviewing content (messages, files, images, etc.) that's posted in a public channel, even for admins and owners....
View ArticleModification of the mattermost with gitlab CI
I have integrated Git lab CI and Mattermost. For communication in Team plus build update. I have Integrated Incoming webhook with git lab service - slack. Till now every thing is good. I am getting...
View ArticleNGINX Mattermost: 502 Bad gateway
Thanks for posting back @electrotehnik! Can you confirm your issue is fixed?
View ArticleSending one message per second on a hook gives me a ConnectionResetError
I need to send one message per second via an incoming web hook. It works for a while but after a few seconds I get a ConnectionResetError (in Python). I checked the Rate limiting settings because my...
View ArticleSending one message per second on a hook gives me a ConnectionResetError
I was using urllib and switched to the requests module. I don't get connection reset anymore so it looks like it was an issue on python's side.
View Article