Hi,
I´ve installed nextcloud 19.0.2 on my raspberry pi 4b. After one hour of working it start looking strange on all browsers:
Has anyone had a similar problem and if so, how could it be solved?
Thank you in advance.
With best regards,
Dennis182
Hi, you could try this:
solved the issue for me, thanks.
sudo -u www-data php occ maintenance:mode --on
(in Nextcloud folder)
sudo redis-cli -s /var/run/redis/redis.sock
flushall (OK was response)
exit
sudo -u www-data php occ maintenance:mode --off
(in Nextcloud folder)
sudo -u www-data php occ files:scan --all
(in Nextcloud folder)
But there was no password in redis? Is this right?
in step 2 the command that should work in the VM is sudo redis-cli -s /var/run/redis/redis-server.sock
1 Like
This redis-path doesn´t exist in my installation, but starting the maintenance-mode and stopping it worked for me.
Thank you really much
1 Like
It looks like the server failed to build the scss and css files correctly. Deactivating an re enabling the maintainance mode probably retriggered the build.