First, i have to say. Very happy and grateful of your product. I never had any issue of what so ever with it.
But after upgrading to team edition v3.3.0 ( from v3.2.0) , i get a lot of errors in mattermost.log every seconds.
One for each client connected to mattermost with native app (windows+Osx) or web browser.
I’m running RHEL7 + mattermost v3.3.0 + postgres 9 + Nginx with sll mode.
Can it be the new API update 3.3 with my basic nginx configuration?
Here my nginx config. for mattermost:
server {
listen 80;
server_name mattermost.sll.se;
return 301 https://$server_name$request_uri;
}
server {
listen 443 ssl;
server_name mattermost.sll.se;
Can we have a quick fix with like mattermost-team-3.3.1 for this ?
Or an install guide updated with the configuration to have in nginx and api v3 GET ?
Because i’m pretty sure is the relation between nginx and the new GET in api-v3.
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 received an unexpected status code from the server. (404)” too at the top of the client, and the status icons have disappeared?
My nginx config is very similar, and, as most of my clients do work fine, i don’t think it’s an nginx problem at all.
I most likely will open a support case as we use the enterprise version. Hope they will answer quicker then…
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 problem is gone. Seems it caches some stuff and therefore tries query the wrong URL.