No progress bar during file upload using Microsoft Edge

Sorry to hear you’re facing problems :slight_frown:

If you’re urgently looking for support to keep your business running, consider checking out our paid support options.

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 (eg, 10.0.2): 12.0.3
Operating system and version (eg, Ubuntu 16.04): Ubuntu 16.04.3
Apache or nginx version (eg, Apache 2.4.25): 2.4.18
PHP version (eg, 5.6): 7.0.22
Is this the first time you’ve seen this error?: yes

Can you reliably replicate it? (If so, please outline steps): yes
Just use Microsft Edge for uploading file to Nextcloud server.
I tired with:
Win10 (Creators Fall Update 1709, build 16299.19) and MS Edge 41.16299.15.0 (EdgeHTML 16.16299)
Win10 (1703, build15063.726) and MS Edge 40.15063.674.0 (EdgeHTML 15.15063)

The issue you are facing:
The progress bar during file upload is not shown.
In other web browsers e.g. FireFox, Chrome, IE 11 it’s working fine.

The output of your Nextcloud log in Admin > Logging:
nothing interesting there

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

<?php
$CONFIG = array (
  'passwordsalt' => '',
  'secret' => '',
  'trusted_domains' =>
  array (
    0 => 'localhost',,
  ),
  'datadirectory' => '/var/ncdata',
  'overwrite.cli.url' => 'https://nextcloud/',
  'dbtype' => 'mysql',
  'version' => '12.0.3.3',
  'dbname' => 'nextcloud_db',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'oc_ncadmin',
  'dbpassword' => 'dbpassword',
  'installed' => true,
  'instanceid' => 'instancepassword',
  'maintenance' => false,
  'mail_smtpmode' => 'smtp',
  'log_rotate_size' => '10485760',
  'memcache.local' => '\\OC\\Memcache\\Redis',
  'filelocking.enabled' => true,
  'memcache.distributed' => '\\OC\\Memcache\\Redis',
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'redis' =>
  array (
    'host' => '/var/run/redis/redis.sock',
    'port' => 0,
    'timeout' => 0,
    'dbindex' => 0,
    'password' => 'password',
  ),
  'htaccess.RewriteBase' => '/',
  'loglevel' => '2',
  'log_type' => 'file',
  'logfile' => '/var/ncdata/nextcloud.log',
  'logtimezone' => 'Europe/Prague',
  'mail_from_address' => 'share',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_domain' => 'ourdomain.com',
  'mail_smtphost' => 'our.mail.server',
  'mail_smtpport' => '25',
  'knowledgebaseenabled' => false,
  'skeletondirectory' => '/var/www/nextcloud/core/skeleton_1',
  'updater.release.channel' => 'stable',
  'default_language' => 'en',
  'force_language' => 'en',
);

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


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.

I tried NC 13 Beta and it seems that in this version it’s working fine, so I will wait till final stable release to check it again.
The only error I noticed is “Error when assembling chunks, status code 500” after file upload.

BR

Please separate your issues a bit. Your information are very helpful for the developers.

  • You can file a report for the status bar, you mention the browser versions as you did and the NC versions you used. If this is only a small change in the code, they might backport this to NC 12. It could be due to a series of major design changes, then it is unlikely to get all this in NC 12.

  • The error 500 is very generic. So the webserver error-logs would be helpful. Also if you had such an issue with NC 12. If this is new with NC 13 beta, it would be very good to know what went wrong. Don’t mix this with the progress bar error.