[Solved] Initial single server setup with Ubuntu 14.04.4 - ./platform not...
Thanks crspeller, it worked after i reverted to the defaulf configuration and input my settings again, Thanks.
View Article[Solved] Debian 8 - Issue with Mattermost service
I had the same issue. The problem was, that on boot the system starts mattermost before mysql. Without mysql running, mattermost exited silently. As a simple fix I added mysql to Required-Start inside...
View ArticleMobile App and Notifications
@eric is there an upgrade guide to go from v3.0 to v3.1? I can't seem to find any documentation on that. has the 3.1 native mobile app been updated on the Google and iTunes stores?
View ArticlePassing slash command parameters
Thank you that is exactly what I needed to know. Thank you. It would have been good if the parameters could be parsed through a custom regex with capturing groups, where the assigned group values...
View Article"too many open files" after few days
I've got runnnig matternost 3.1 under Centos 7.2, there are 211 members, most of them are active.Constantly after 2-3-4 days I start to get error messages in log like this: [2016/06/29 12:09:15 MSK]...
View ArticleIntegrating mattermost in my web application
Hello @it33 , I have setup a local mattermost server. Next thing is I would like to integrate mattermost with our web application. Such that users of the application can view other users and access a...
View ArticleIntegrating mattermost in my web application
If you're trying to integrate into a web application, it's probably easier to just use the Javascript driver.
View ArticleUnable to edit slash command or webhook
Just responding to the first question about editing slash commands (or webhooks) after they are created, there are tickets to add that but they have not been completed yet:...
View Article[SOLVED] Incorrect Redirect URI on Gitlab 8.9.3 + bundled Mattermost + Apache
Using Apache 2.4.7 on Ubuntu 14.04.4. Gitlab SSL configuration derived from https://gitlab.com/gitlab-org/gitlab-recipes/blob/master/web-server/apache/gitlab-omnibus-ssl-apache24.conf; copied and...
View ArticleUnable to edit slash command or webhook
Please also see this post icw passing parameters, icw providing a method for parsiong the parameters into variables before sending them to the web service. The current implementation is only useful...
View Article[SOLVED] Incorrect Redirect URI on Gitlab 8.9.3 + bundled Mattermost + Apache
Solved. Apache conf file for site had the following two lines in the VirtualHost section: RequestHeader set X_FORWARDED_PROTO 'https' RequestHeader set X-Forwarded-Ssl on Adding this third line did...
View ArticleMattermost consumes more memory day by day
Summary memleak in mattermost Steps to reproduce Configuration file { "ServiceSettings": { "ListenAddress": "127.0.0.1:8065", "MaximumLoginAttempts": 10, "SegmentDeveloperKey": "",...
View ArticleRun GitLab Mattermost on the same custom domain as GitLab Pages?
We run GitLab EE (installed via Omnibus) on premise at git.megacorp.example, with GitLab Pages configured as subdomains to an external URL like megacorp.io. In addition to that I'd like to set up...
View ArticleSMTP(postfix) authentication doesn't work
I also tried to use the catatnight/postfix image as the postfix host. I use the mattermost team edition and, thus, adjusted the docker-compose.yml file as follows: postfix: image: catatnight/postfix...
View ArticleMattermost 3.1.0 - 14.04 LTS: Failure to Import Slack
Hey there, From my personal experience, I know the import tool is far from perfect, and exporting from Slack is not the best either (since they keep changing the format) Regardless I know that can...
View ArticleClient authentication failed after installing Omnibus GitLab 8.9
Hi, I have successfully installed GitLab 8.9 using the Omnibus package. After I managed to resolve the 502 error (the permissions on /var/log/gitlab/mattermost were wrong) I'm getting Client...
View ArticleGitlab omnibus 8.9.3 can not upgrade db to mattermost 3, panic no language...
So the crazy upgrade breakage that I see discussed back in the march timeframe is still making life difficult with the latest 8.9.3 omnibus gitlab packages. Is it because we did the upgrade directly...
View ArticleCan't create and initial team / user
Hi @tradecraft1, If you're the first user it should ask you to create an account. Can you check if your Users table in the database is empty? Also for my information, which version of Mattermost are...
View ArticleClean install of Gitlab 8.9 (not upgrade), enable Mattermost, Bad Gateway
New in 8.9.3, you must as root cd /opt/gitlab/embedded/service/mattermost sudo -u mattermost -i bash And now continuing as mattermost, change back to the same mattermost folder: cd...
View ArticleCan't create and initial team / user
Thanks. I will check the table now. I am running 3.1. I noticed that I can't add a user via the command line. When I run the below command it just hangs and doesn't return: ./platform -create_user...
View Article