Hello,
I’ve recently installed Mattermost 10.4 in local environment and followed the deployment guide Deploy Mattermost on Linux - Mattermost documentation for RHEL/CentOS.
After all the steps, I logged into the web application and created the first user and team. But, after creating that it takes me to the team page it just keeps reloading the endpoint /preparing-workspace. I checked the browser console and found that the reason its reloading was because it was unable to initialize the websocket and there was no error message as to why it was failing
The application is technically up and running, there are no errors in the logs or anything that indicate the issue. And, I can actually reach the admin-console endpoint and change the application configuration.
I went to the server and used ./mmctl websocket and it opens, I get the hello message
I’ve created an SSL certificate and changed the port from 8065 to 443, but it was still the same issue.
The only indication I have of whats the issue is the browser’s console message and in the system console when I test the live URL, it fails and no error message that can tell me whats the issue. If I try to curl the server I can without any issue.
Was there anything that I might have missed ?