No app store - in Nextcloud 17

I installed fresh nextcloud 15.xx -> upgrade to 16.xx -> upgrade to 17.01
Icon app store * disappeared from Admin menu in ver., 17
Is any sollution?
BR
Bogdan

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version (eg, 17.0.1):
Operating system and version (OpenSuse 15.1 Leap):
Apache or nginx version (eg, Apache 2.4.25):
PHP version (eg, 7.2.5):

The issue you are facing:

Is this the first time you’ve seen this error? (Y/N):Y

Steps to replicate it:

The output of your Nextcloud log in Admin > Logging:
[appstoreFetcher] Info: GuzzleHttp\Exception\ConnectException: cURL error 28: Connection timed out after 10001 milliseconds (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) at <>

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php $CONFIG = array ( 'instanceid' => 'xxxxxxxxxxx',xxxxxxxxxxxxxxxxxxxxxxx'xxxxxxxxxxxxxxxxxxxxTyO', 'secret' => 'xxxxxxxxxxxxxxxxxxxxxQ', 'trusted_domains' => array ( 0 => 'xxx', ), 'datadirectory' => '/srv/www/htdocs/data', 'dbtype' => 'mysql', 'version' => '17.0.1.1', 'overwrite.cli.url' => 'https://xxxxxx', 'dbname' => 'nextclouddb', 'dbhost' => 'localhost', 'dbport' => '', 'dbtableprefix' => 'oc_', 'mysql.utf8mb4' => true, 'dbuser' => 'xxxxxxx, 'dbpassword' => 'xxxxxx', 'installed' => true, 'ldapIgnoreNamingRules' => false, 'ldapProviderFactory' => 'OCA\\User_LDAP\\LDAPProviderFactory', 'loglevel' => 1, 'maintenance' => false, 'memcache.local' => '\\OC\\Memcache\\APCu', 'clear_site_data' => false, ); The output of your Apache/nginx/system log in `/var/log/____`: Logs ``` PASTE HERE ```