13beta1 Connot access external storege (local USB HDD)

Sorry to hear you’re facing problems :slight_frown:

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the following as you can (you can cut and paste this into your topic):


Nextcloud version : 13beta1
Operating system and version (eg, Ubuntu 16.04): Libreelec/Docker
Apache or nginx version (eg, Apache 2.4.25): nginx
PHP version (eg, 5.6): 7.1.9
Is this the first time you’ve seen this error?: yes

Can you reliably replicate it? (If so, please outline steps): yes
After upgrade from 12.0.4 to 13 best 1 I cannot access external storage.

The issue you are facing:
I can see configured storage in files structure but trying to click on its name does nothing.

The output of your Nextcloud log in Admin > Logging:

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

‘instanceid’ => ‘xxx’,
‘passwordsalt’ => ‘xxx’,
‘secret’ => ‘xxx’,
‘memcache.local’ => ‘\OC\Memcache\APCu’,
‘trusted_domains’ =>
array (
0 => ‘jxxxxt’,
1 => ‘192.168.100.28’,
2 => ‘10.95.0.186’,
),
‘datadirectory’ => ‘/config/www/nextcloud/data’,
‘overwrite.cli.url’ => ‘https://xxx’,
‘dbtype’ => ‘mysql’,
‘version’ => ‘13.0.0.6’,
‘dbname’ => ‘nextcloud’,
‘dbhost’ => ‘172.17.0.2:3306’,
‘dbport’ => ‘’,
‘dbtableprefix’ => ‘oc_’,
‘dbuser’ => ‘xxxx’,
‘dbpassword’ => ‘xxxx’,
‘logtimezone’ => ‘UTC’,
‘installed’ => true,
‘mail_smtpmode’ => ‘smtp’,
‘mail_smtpsecure’ => ‘tls’,
‘mail_from_address’ => ‘xxxxx’,
‘mail_domain’ => ‘gmail.com’,
‘mail_smtpauthtype’ => ‘LOGIN’,
‘mail_smtpauth’ => 1,
‘mail_smtphost’ => ‘smtp.gmail.com’,
‘mail_smtpport’ => ‘587’,
‘mail_smtpname’ => ‘xxx’,
‘mail_smtppassword’ => ‘xxx’,
‘maintenance’ => false,
‘theme’ => ‘’,
‘loglevel’ => 3,
‘updater.release.channel’ => ‘beta’,
‘mysql.utf8mb4’ => true,
‘preview_max_x’ => 1024,
‘preview_max_y’ => 1024,
‘preview_max_scale_factor’ => 1,

The output of your Apache/nginx/system log in /var/log/____:


Remember, this information may be requested if it isn’t supplied; for fastest response please provide as much as you can :heart: Feel free to use a pastebin service, otherwise log files can be indented with 4 spaces on each line to present them in a friendlier way on the forum.

For error in the beta version, please post directly to github. Don’t forget to put logfiles and a bit more information that the developers can try to reproduce your problem.

thanks for answer.
I did it