Hi,
We suddenly saw our left menu disappear (v 11.2 + 11.4). We’re on self hosted edition using docker compose with a caddy/cloudflare front end
We see the following queries return errors even after relogin, clear cookies, etc
- https://[our domain]/api/v4/users/status/ids > api.context.session_expired.app_error
- https://[our domain]/api/v4/users/me/channels > api.context.session_expired.app_error
- https://[our domain]/api/v4/users/y7upkhksuf8htbxczord73uu6c/teams/464qs3dogfrnxpcsnane9jhihc/channels/categories > api.context.session_expired.app_error
The rest seems to work. We have plugins for Bitbucket, Google calendar and Wrangler. But disabling them + restart made no difference.
It’s weird to have this kind of half working app. And I have no idea why this started happening.
Our caddy config
{$MATTERMOST_DOMAIN} {
reverse_proxy mattermost:8065 {
header_up Host {host}
header_up X-Real-IP {remote_host}
header_up Upgrade {http.request.header.Upgrade}
header_up Connection {http.request.header.Connection}
header_up Cookie {http.request.header.Cookie}
}
}
Any suggestions?
Kind regards,
Marc
