hosting mattermost omnibus in a lxc container ubuntu 22.04
nginx reverse proxy in the host
everything was perfectly fine with mattermost server 7.10.2
after upgrading to 7.10.3 I get the “Please check connection, Mattermost unreachable. If issue persists, ask administrator to check WebSocket port” error.
nginx is correctly set to handle websocket connections as it worked with 7.10.2
Any ideas what might have happened during the upgrade?
Hi @contumax and welcome to the Mattermost forums!
Is your SiteUrl maybe wrong? I cannot reproduce that on my Omnibus setup with MM 7.10.3.
Where did you see the message? In the web app or only in one of the clients and if so, which one? Mobile or desktop?
SiteUrl was the same as in 7.10.2 and previous versions. I saw the message everywhere: in the web app, in the desktop app and a slightly different message in the mobile app (android).
Yes, I don’t doubt that - but maybe it has always been “wrong”? It should point to the exact URL which is used for accessing your server by your clients.
Is your nginx also forwarding the hostname to the backend or do you connect to the backend with an internal dns name (container name f.ex.) or with the IP address?