Skip to content

Commit

Permalink
Add a note to enable reliable websockets on plugin install (mattermos…
Browse files Browse the repository at this point in the history
…t-community#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>
  • Loading branch information
mgdelacroix and chenilim authored Dec 7, 2021
1 parent 8651d64 commit 78bdf3c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 78bdf3c

Please sign in to comment.