First of all - thank you very much for this great Projekt! I installed a Brand New Server with Ubuntu 24.04. and Docker. Did the script: ``` alfresco-docker-installer sudo ./create_volumes.sh sudo chgrp -R docker /alfresco sudo docker compose up --build --force-recreate ``` and Everything was running fine! Login, etc. But (loged in as Admin) if I use the https://myserver.domain.de/share and My Files I get this Error: 02100057 Failed to execute script 'classpath*:alfresco/site-webscripts/org/alfresco/components/documentlibrary/data/surf-doclist.get.js': 02100056 'javax.servlet.http.HttpSession org.springframework.extensions.surf.ServletUtil.getSession()' my config is: ``` ALFRESCO_CE_TAG=23.4.1 SEARCH_CE_TAG=2.0.14 SHARE_TAG=23.4.0 ACA_TAG=5.2.0 POSTGRES_TAG=15.6 MARIADB_TAG=11.3.2 TRANSFORM_ENGINE_TAG=5.1.5 ACTIVEMQ_TAG=5.18-jre17-rockylinux8 ``` Any idea how to solve this problem? Tx Martin