Add a note to enable reliable websockets on plugin install (#1758)
* Add a note to enable reliable websockets on plugin install * Update _index.md Co-authored-by: Chen-I Lim <46905241+chenilim@users.noreply.github.com>
This commit is contained in:
parent
8651d64c78
commit
78bdf3ccc2
1 changed files with 4 additions and 0 deletions
|
@ -25,3 +25,7 @@ Then upload the Focalboard plugin:
|
|||
## Update your web proxy configuration
|
||||
|
||||
Follow the [steps here](../#with-nginx) to configure your web proxy (NGINX, Apache, etc.) to complete the setup.
|
||||
|
||||
## Enable Reliable Websockets
|
||||
|
||||
The Focalboard plugin requires [the Reliable Websockets feature](https://docs.mattermost.com/configure/configuration-settings.html?highlight=enablereliablewebsockets#enable-reliable-websockets) to be enabled. Check in the Mattermost server configuration that the property `ServiceSettings.EnableReliableWebSockets` is set to `true`. If it's not, enable it, restart the server and reload the clients before using the Focalboard plugin.
|
||||
|
|
Loading…
Reference in a new issue