Oauth not valid behind reverse proxy
Salut/Hello @pierreozoux, I manage to make it work by adding : nginx['proxy_set_headers'] = { "Host" => "$http_host", "X-Real-IP" => "$remote_addr", "X-Forwarded-For" =>...
View ArticleErreur dans un libellé
bonjour,j'ai le message suivant: "Vérifié votre connexion, impossible de se connecter à Mattermost"Il va de soi que le Vérifié est une horreur
View ArticleMobile App and Notifications
Coming in v3.1 to be released on June 16 we have added a push notification setting option from Account Settings and added the ability for push notifications to trigger even when the user is online....
View ArticleHow to implement mattermost notification system in native android app?
Dear friends, Please suggest me an idea on the implementation of mattermost push notification in android mobile app. E.g. when someone posts a message, how does mobile app know that a message is...
View ArticleSubmitting new message remains gray
Hi @Tarek, is this occurring on every post? We did fix a similar issue in Mattermost v3.1 which is scheduled to release tomorrow (June 16th). Maybe you can try upgrading to that to see if it resolves...
View ArticleIntial mattermost setup - psql errors: relation X does not exist
Hi @crucidal, Can you provide the full errors that you get? Or are you missing the 'Type' column for the 'Preference' table just like in that GitHub issue?
View ArticleSubmitting new message remains gray
Thank you for this. I suspect that you're right and the websockets are the problem. I am configured via apache, so I will look to see if I can find a proper guide for configuring with that. I will...
View ArticleSubmitting new message remains gray
Hi @jwilander! After several hours, I have the following update: I have moved my MM to a secure SSL via Apache using this configuration, which works well. I no longer get any websockets errors. I...
View ArticleSubmitting new message remains gray
Hmmm, can you check a few things for me to help debug? On Chrome, please open the Developer Console and go to the Network tab, filter by WS (websocket) then go the Frames tab Looking to make sure that...
View ArticleHow to implement mattermost notification system in native android app?
Please see documentation on push notifications
View ArticleSubmitting new message remains gray
You are correct that the problem seems to be from websockets.In the error log for apache, I see: [Wed Jun 15 17:00:39.470705 2016] [proxy:warn] [pid 16801] [client x.x.x.x:57356] AH01144: No protocol...
View Article[Solved] Apache2 ReverseProxy with websocket https
Unfortunately, this doesn't seem to work, giving me the following error in logs: [Wed Jun 15 17:00:39.470705 2016] [proxy:warn] [pid 16801] [client x.x.x.x:57356] AH01144: No protocol handler was...
View Article500 Code in Apache log because of Websocket
Hello, I was wondering if you resolved this. If so, could you post your answer for us? I have reported a problem that led me to a configuration that no longer works. If you got yours working, that...
View Article500 Code in Apache log because of Websocket
I resolved my issue using advice from this thread. In essence, It required the addition of the mod_proxy_wstunnel. In Jessie, I did it with: sudo a2enmod proxy_wstunnel For posterity, here's the...
View ArticleSubmitting new message remains gray
OK, this has been resolved. I resolved my issue using advice from this thread. In essence, It required the addition of the mod_proxy_wstunnel. In Jessie, I did it with: sudo a2enmod proxy_wstunnel The...
View Article[Solved] Apache2 ReverseProxy with websocket https
OK, this has been resolved. I resolved my issue using advice from this thread. In essence, It required the addition of the mod_proxy_wstunnel. In Jessie, I did it with: sudo a2enmod proxy_wstunnel The...
View ArticleProxy settings for outgoing connections, e.g. push-proxy
Hey there, after a long time I decided to give the push proxy a try for mobile notifications. To test it I use the push test server provided for this purpose with the app from the Google Play store....
View ArticleEasiest way to upgrade iOS/Android Apps
The easiest thing would be to use the pre-compiled apps from the Mattermost team already in the app store But it sounds like you added some custom settings so unfortunately I don't think there is an...
View ArticleNo account images after upgrading
Hi ZerxXes, Can you check the permissions of the subfolders of the data directory, particularly data/users? The profile pictures were moved around as part of the upgrade process so it's possible the...
View Article