Can't see some apps in pages "missing" Fresh install 11.0.2

Nextcloud version:11.0.2
Operating system and version: Jessie Lite
Apache or nginx version: Apache 2.4.10 (Raspbian)
PHP version: 5.6.30
Is this the first time you’ve seen this error?: Yes

Tryed to add this in config file and service apache2 restart/reload… as seen in some posts, to see for changes and still not showing those app pages.

 'appstoreurl' => 'https://apps.nextcloud.com/api/v0',
  'appstoreenabled' => true,
  'appstore.experimental.enabled' => true,
  'apps_paths' => array(
        array(
                'path'=> '/var/www/html/nextcloud/apps',
                'url' => '/apps',
                'writable' => true,
        ),
),

The rest of app pages show the apps correctly.

I hope this is in the right place. Thank you in advance.