Christoffer Anselm
Christoffer Anselm
I've run into the same issue as OP. I need to investigate a (major) application within a Windows Docker container and am surprised as to how long the CLI version...
This should be configurable IMHO. Given that you can already generate unprivileged invite links from within Jitsi, privileged users (as in those who have access to the mattermost chat where...
Out of curiosity as a present user of this mattermost plugin: Is this change configurable/optional and disabled by default or will this be a breaking change? I'm asking because we...
This started happening for us roughly around after we updated to GitLab 16. I don't think we updated the Mattermost GitLab Plugin at that time.
The issue does not seem to be occurring for our instance anymore since a while now. We were affected before. We're currently running GitLab 16.11.1 Mattermost 9.7.3 Mattermost GitLab Plugin...
Do I understand it correctly, that this issue has been closed without resolution and the best solution is working around the issue?
So... what is one supposed to do when this happens? Simply clear out all contents of /var/lib/docker/overlay2? Wouldn't that risk data loss?
So you're saying there is no acceptable solution at the moment?
Just ran into the same issue regarding WebSockets in the render thread. I managed to adapt above workaround like this for my situation: ```js //Polyfill Node.js core modules in Webpack....
Adding this dependency to my `composer.json` did workaround the issue: ``` "maennchen/zipstream-php": "3.0.*", ``` I guess the quick fix for this issue is to just adjust the dependency version of...