When Mattermost server is installed in subdir (i.e. https://example.com/mattermost), so API request should be like https://example.com/mattermost/api/v4/users/me.
With this patch, you achieve it by setting Server: (in account settings) to example.com/mattermost.
When Mattermost server is installed in subdir (i.e.
https://example.com/mattermost
), so API request should be likehttps://example.com/mattermost/api/v4/users/me
.With this patch, you achieve it by setting
Server:
(in account settings) toexample.com/mattermost
.