last night, our Mattermost server was upgraded from 7.8.x to 8.1.4.
using the latest patch in master branch, I get
rlmm | Connecting to rlmm
rlmm =!= | An error occurred while creating the websocket worker
and after that, once a minute
rlmm =!= | An error occurred while updating direct message channels
name
no channels are available. anyone else having issues after the major
upgrade?
--
venleg helsing,
Kjetil T.
fr. den 03. 11. 2023 klokka 11.00 (+0100) skreiv Kjetil Torgrim Homme:
> last night, our Mattermost server was upgraded from 7.8.x to 8.1.4. > using the latest patch in master branch, I get> > rlmm | Connecting to rlmm> rlmm =!= | An error occurred while creating the websocket worker
setting "Enable cross-origin requests from: *" works. I wonder what
wee_most.py does which causes CORS validation to fail.
--
venleg helsing,
Kjetil T.
> > last night, our Mattermost server was upgraded from 7.8.x to 8.1.4. > setting "Enable cross-origin requests from: *" works. I wonder what> wee_most.py does which causes CORS validation to fail.
wee_most doesn't do any specific thing. I believe setting this
configuration server side is actually needed for wee_most to work.
Checking the changelog
https://docs.mattermost.com/install/self-managed-changelog.html, I see
the following text here and there.
"For servers wanting to allow websockets to connect from origins other
than the origin of the site URL, please set the
ServiceSettings.AllowCorsFrom configuration setting."
--
Damien Tardy-Panis
la. den 04. 11. 2023 klokka 21.49 (+0100) skreiv Damien Tardy-Panis:
> > > last night, our Mattermost server was upgraded from 7.8.x to 8.1.4. > > setting "Enable cross-origin requests from: *" works. I wonder what> > wee_most.py does which causes CORS validation to fail.> > wee_most doesn't do any specific thing. I believe setting this > configuration server side is actually needed for wee_most to work.> > Checking the changelog > https://docs.mattermost.com/install/self-managed-changelog.html, I see > the following text here and there.> > "For servers wanting to allow websockets to connect from origins other > than the origin of the site URL, please set the > ServiceSettings.AllowCorsFrom configuration setting.">
yes, but Matterhorn still works, and it runs on "random" workstations
like weechat. I tried turning on CORS debugging in our Mattermost, but
could not find any relevant logging when connecting using wee_most.py
(with neither "" nor "*"). will have to dig deeper later.
--
venleg helsing,
Kjetil T.