No apps found for your version

version: nextcloud 12.0.0.29
installed on ubuntu server: ubuntu 16.04
all my apps tab bring the out put that no apps found for your version.
Any help and reason why i could be experiencing that is highly appreciated.
the output of nano /var/www/nextcloud/config/config.php
overwrite.cli.url’ => ‘http://10.1.3.225/nextcloud’,
‘dbtype’ => ‘mysql’,
‘version’ => ‘12.0.0.29’,
‘dbname’ => ‘nextcloud’,
‘dbhost’ => ‘localhost’,
‘dbport’ => ‘’,
‘dbtableprefix’ => ‘oc_’,
‘dbuser’ => ‘oc_admin11’,
‘dbpassword’ => ‘ao3DJgMUu4XqbInRE2TTSLsRWBN1TE’,
‘installed’ => true,
‘theme’ => ‘’,
‘loglevel’ => 0,
‘maintenance’ => false,

Exact same issue for me.

Same here. A longer time ago in owncloud land the issue could have been related to (mem)caching: https://forum.owncloud.org/viewtopic.php?t=29596 . I use redis, though.

Update I had two other issues, and now after solution it seems to work proper. I restarted my redis server and fixed permissions on the data/nextcloud.log file.

Hi

I have same error. I restarted my redis server and I didn’t have any permission issues. data/nextcloud.log is owned by www:www
The redis sock file is in /temp/redis.sock owned by redis:wheel with 777 permissions.

Yah it still happens to me from time to time, too. I guess its a timeout issue that is not well caught. I remember searching the code a bit but could not find it quickly enough.