So here’s what I have:
-
curl -i http://127.0.0.1:8065/api/v1/users/me
from the same box give 200 as expected. -
url -i https://mattermost.alerque.com/api/v1/users/me
from another box also gives 200 as expected (in fact it looks from the log like you hit this up a a few minutes before composing this post and got the same 200 result I did). - I don’t have a ‘platform/web/react/utils/client.jsx’ file in my installation. In fact the only thing in with ‘react’ in the name in the whole file site is ‘/usr/share/webapps/mattermost/web/static/js/react-with-addons-0.13.1.js’ (and a minified version). This is looking more like something is wrong with the package build process, but I’m not clear on what that might be.