Support intro
Sorry to hear you’re facing problems
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
Nextcloud version (eg, 20.0.5): 22.2.0
PHP version (eg, 7.4): 7.4
Hello everyone,
It is my new NC installation on hosted shared server.
I can’t see the app store in my Nextcloud panel.
It worked grate, I’ve installed some apps after installation and now I only see my installed apps list.
- I’m logged as admin
- I’ve tried multiple config.php file modifications as per documentation
- The app store was visible before
- I’m not getting any errors, just the app list is not displayed anymore.
Anyone had similar situation or may direct me where to find the solution?
My config.php :
<?php
$CONFIG = array (
'instanceid' => '*****',
'passwordsalt' => '*****',
'secret' => '*****',
'trusted_domains' =>
array (
0 => '*****',
),
'datadirectory' => '*****',
'dbtype' => 'mysql',
'version' => '22.2.0.2',
'overwrite.cli.url' => '*****',
'dbname' => '*****',
'dbhost' => '*****',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => '*****',
'dbpassword' => '*****',
'installed' => true,
);