LXDE install from dietpi-software hangs on 'redis-server'

Good afternoon all,

Trying to install LXDE through dietpi-software, it seems to hang on ‘redis-server’?

Runnning latest version of DietPi software x64 version on RPi4B 8GB, updated yesterday.

Have included image of it below, tried rebooting dietpi, trying to install again, same issue.

Powered off, powered on, tried to install again, same issue.

Just hangs here.

Give it 90 seconds time, the default systemd timeout for service starts and stops. Then check the service logs after the installation has finished:

journalctl -u redis-server

as well you could try stopping Redis manually beforehand

systemctl stop redis-server