Well, we are using Mattermost through the latest Gitlab Omnibus package. Also, Following that websocket troubleshooting page we can see that websocket’s status is 403.
We tried do a port forward (TCP) from 1234, which is the port that Mattermost is listening to (check the Gitlab nginx config above in the OP), to 8065 (Also TCP), but still the same error.
@farahfa Can you click on one of those connections in the developer console and confirm that the “Host” and “Origin” headers match each other?
If not, you’ll need to add the origin to your “service_allow_cors_from” setting.
If they do match, double check any proxies you have in place to make sure that they’re forwarding those headers correctly. For example, if you’re using CloudFront, you need to ensure that it’s forwarding the Origin and Host headers.
Hi @ashley-mort and welcome to the Mattermost forums!
This topic is already solved, please create a new one and describe the problem you’re seeing with a few more details, like the server version you’re using, the desktop app version and what exactly the problem is. In your screenshot f.ex. I cannot see an error message.