Can't create and initial team / user
I figured it out. The team name cannot start with a capital letter. Something is awry with the input validation.
View Article[SOLVED] Token expiration date
Hi @xgerber, This token does not work as an OAuth2 token that has a way to use a refresh token for that, in this case you'll need to call login again. However the OAuth 2.0 Service Provider is being...
View ArticleDebian 8 nginx 502 error
I don't see the mattermost configuration on that file, can you make sure you follow the steps here: https://docs.mattermost.com/install/prod-debian.html#set-up-nginx-server
View ArticleDatabase size handling
I have actively used MM installation (around 150K messages per month) and DB size increasing around 300MB per month.For now I don't see any option to delete old messages from db except total...
View Article1. Portable mode (Windows), 2. Proxy, 3. Web app 4. Communicate with Slack users
Hi @Matter, Our Mattermost mobile and desktop apps are just clients that allow you to access your Mattermost server that stores and manages your messaging data. You can also access your mattermost...
View ArticleEmail Integration
Hello, I have got a question about integrating emails with mattermost. I was looking for infromation how to configure an integration emails with mattermost in documentation of mattermost...
View ArticleUpgrade from 3.1.0 to 3.2.0 - missing LDAP field?
OK thanks for letting me know that this will be fixed in 3.3 - I noticed that RC1 is available, any kind of release ETA?
View ArticleUpgrade from 3.1.0 to 3.2.0 - missing LDAP field?
3.3 will be released August 16! You can follow the release meta issue for updates on the latest RCs.
View ArticleRestrict only certain files, or no files?
Curious if there is a way that we can restrict only certain file types to be attached to messages? What I am trying to prevent our mattermost from becoming a huge document repository.. Or, is it...
View ArticleHow to use Lets Encrypt with the Docker Image of Mattermost
Sorry, the document has some typos. The correct paths are ./volumes/web/cert/cert.pem and ./volumes/cert/key-no-password.pem. Could you please try again with this corrected paths?
View ArticleDebian 8 nginx 502 error
i have a config for mattermost in the site-available folder of nginxmattermost conf or should that in the nginx.conf? should it be, than the install guide is not clearly at this point.
View ArticleError then run "make test"
Hi @nguyenalm, Some of the tests will log errors intentionally when we're doing things like testing permissions. To tell that it passed, each set of tests will print a line like ok...
View ArticleError then run "make test"
goroutine 1657 [select, 2 minutes]: github.com/mattermost/platform/vendor/github.com/alecthomas/log4go.NewFileLogWriter.func1(0xc820a6ebe0)...
View ArticleError then run "make test"
docker versionClient: Version: 1.12.0 API version: 1.24 Go version: go1.6.3 Git commit: 8eab29e Built: Thu Jul 28 22:11:10 2016 OS/Arch: linux/amd64 go versiongo version go1.6.2...
View ArticleDebian 8 nginx 502 error
Thats completely fine to have another config file in NGINX for the available sites. As far as I can tell it all seems good. one last question, what happens if from within the same network you try to...
View ArticleHow to use Lets Encrypt with the Docker Image of Mattermost
Ok, I tried adding these symlinks but I got an error in my browser after I edited MATTERMOST_ENABLE_SSL=true sudo ln -s /etc/letsencrypt/live/mydomain.com/fullchain.pem...
View ArticleAuthorization token usage clarification
I am working on native android using your github version as a base.I am trying to access a team's channels but I am getting authorization errors. Token is obtained from the cookie I get from /login. I...
View ArticleAuthorization token usage clarification
Hi @Julia, The routes under /teams require the team's ID, not its name. We've had a few people make the same mistake already, so I'll make a note to make that more clear when we redo our API docs.
View Article