I’m having a weird issue with our Cells 2.2.7 docker container. It doesn’t always happen but for some reason when a user creates a folder within the web ui, that folder does not show up until I log in via ssh and restart the docker container for cells. Could this be a caching issue? I can’t find the setting within the admin console on the cells web ui if it is.
Do you have a directive to proxy/rewrite the websocket requests in your apache config, I believe it might be the issue.
The UI is using the websocket to listen to events and act accordingly, for instance if you upload a file it will update the UI to show it when the event is sent(when the server received the file).
In your apache config, the following settings will enable this.
unfortunately they seem to be appearing correctly. And at the moment the folders are appearing correctly as well. seems like it is a cache issue that once it gets full on the server it doesn’t allow it to refresh until the container is restarted. I hate phantom problems that don’t consistently happen.