[SOLVED] Authorization token usage clarification
Hmm ok that means that you have to include another Header in the request which is 'X-Requested-With': 'XMLHttpRequest'. that should solve your problem
View ArticleIntermittent users/status problem in the logs
In release note:API Changes from v3.2 to v3.3Updated admin routes:Changed users/status from POST to GET It must be that !
View ArticleFailed to verify your email. - Invalid hid parameter?
the link does contain the hid part. https://mydomain.tld/do_verify_email?uid=3ouejzz1w3fpmpb8anuhz3s6qy&hid=$2a$10$uAyqD5T1.L/qT5IwMvSU9eEhuukOi1Sn89uijxaSXG9n5.oWccPj6&email=redacted@gmail.com
View ArticleEmail Integration
Thanks for the feedback @aleksjablo! Mattermail was created by a community member with the intention to listen to an email box and publish all received emails in a channel or private group in...
View Article[SOLVED] Authorization token usage clarification
I am doing it like this but still getting the same error. @Headers("X-Requested-With: XMLHttpRequest") @GET("/api/v3/teams/{teamID}/channels/") Promise<User> getChannels( @Header("Authorization:...
View ArticleError then run "make test"
Awesome, thanks. It looks like the unit tests are taking longer than expected on your machine, making they're exceeding the timeout we set. If you go to line 162 of the Makefile, you can remove the...
View ArticleStart MM via systemd ubuntu 16.04
I find two configurations for run on systemd first from http://zwarag.com [Unit]Description=mattermostAfter=multi-user.target...
View Article[SOLVED] Authorization token usage clarification
I figured it out, it should be @Header("Authorization") String token, where token = "Bearer " + numericalTokeninstead of @Header("Authorization: Bearer ") String token,
View ArticleMake integration mattermost and slack friendly
Ok, I just noticed that in the response coming in there is a response_url. When it comes from slack, the URL has the word slack in it. So this is how I did it and it works
View ArticleTeam Edition Server v3.3.0 [EROR] /api/v3/users/status: code=404
Upgraded to 3.3.0, same problem.
View ArticleUpgrade from 3.1.0 to 3.2.0 - missing LDAP field?
Can confirm this issue was resolved in 3.3.0
View ArticleUser not registered on LDAP server [details: username=]
I try to setup ldap on the enterprise edition of mattermost 3.3.0. with AD 2012 R2 my current setup is this:"LdapSettings": { "Enable": true, "LdapServer": "agartha.domain.com", "LdapPort": 389,...
View ArticleMattermost v3.3 on Desktop App
We have received a few inquiries on 404 error messages for /api/v3/users/status after upgrading to Mattermost v3.3. The issue appears on the desktop app (client) due to the cache not properly...
View ArticleIncoming Webhook = 404 error
For feature requests, please see: http://www.mattermost.org/feature-requests/. For troubleshooting questions, please post in the following format: Summary After creating an Incoming Webhook, when...
View ArticleAPI Docs: File Upload API
I'm having trouble determining the correct API endpoint and the correct API fields to use to upload a file to a channel. I have seen issue #1693 on Github for a similar question and a few posts about...
View ArticleAvoir la liste des équipes du menu à gauche
@brunodegoyrans S'il vous plaît excuser mon français car il est pas ma langue maternelle . Il semble que vous recherchez est la fonctionnalité qui est conçu avec ce billet S'il vous plaît laissez-moi...
View ArticleTeam Edition Server v3.3.0 [EROR] /api/v3/users/status: code=404
What versions of the clients do you use? I only get this error on my Linux client. OS X, Windows, iOS and Web are looking fine. All desktop clients are 1.3.0 (most current). Also, do you get a "We...
View ArticleTeam Edition Server v3.3.0 [EROR] /api/v3/users/status: code=404
Hmmm, just 30 seconds after i sent my last post, my Linux client (which has the problem) showed me that my session has expired. Reloaded it using Ctrl+Shift+R (Cache!!), logged in again, and the...
View ArticleHow to use Lets Encrypt with the Docker Image of Mattermost
Hi eungjun.yi, Thank you for this... unfortunately when I copied the let's encrypt generated certificates to the locations below, I couldn't access MM...
View ArticleHow to use Lets Encrypt with the Docker Image of Mattermost
Sorry, my mistake again. Please try ./volumes/web/cert/key-no-password.pem instead of ./volumes/cert/key-no-password.pem.
View Article