Too many of the same downloaded entries in activities

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.2
Operating system and version (eg, Ubuntu 16.04):FreeNAS 11U2
Apache or nginx version (eg, Apache 2.4.25): nginx/1.12.1
PHP version (eg, 5.6):PHP 7.0.22
Is this the first time you’ve seen this error?:No

Can you reliably replicate it? (If so, please outline steps):Any email share under activities that someone has downloaded

The issue you are facing:
After sharing with someone via an email address from my contact, after they download the file there are more than 30 entries of the same thing “downloaded by xxxx@gmail.com 21 hrs ago” Is this normal or should there only be one entry for each time it’s downloaded?

The output of your Nextcloud log in Admin > Logging: No entries for the past 2 days

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

<?php $CONFIG = array ( 'instanceid' => 'o...', 'passwordsalt' => 'h...', 'secret' => 'v...', 'trusted_domains' => array ( 0 => '192.168.5.80', 1 => 'xxxxx.ddns.net', ), 'datadirectory' => '/mnt/files', 'overwrite.cli.url' => 'http://192.168.5.80/nextcloud', 'dbtype' => 'mysql', 'version' => '12.0.2.0', 'dbname' => 'nextcloud', 'dbhost' => 'localhost:/tmp/mysql.sock', 'dbport' => '', 'dbtableprefix' => 'oc_', 'dbuser' => 'user', 'dbpassword' => 'pw', 'installed' => true, 'memcache.local' => '\\OC\\Memcache\\APCu', 'memcache.locking' => '\\OC\\Memcache\\Redis', 'redis' => array ( 'host' => '/tmp/redis.sock', 'port' => 0, ), 'enable_previews' => true, 'enabledPreviewProviders' => array ( 0 => 'OC\\Preview\\PNG', 1 => 'OC\\Preview\\JPEG', 2 => 'OC\\Preview\\GIF', 3 => 'OC\\Preview\\BMP', 4 => 'OC\\Preview\\XBitmap', 5 => 'OC\\Preview\\MarkDown', 6 => 'OC\\Preview\\MP3', 7 => 'OC\\Preview\\TXT', 8 => 'OC\\Preview\\Illustrator', 9 => 'OC\\Preview\\Movie', 10 => 'OC\\Preview\\MSOffice2003', 11 => 'OC\\Preview\\MSOffice2007', 12 => 'OC\\Preview\\MSOfficeDoc', 13 => 'OC\\Preview\\OpenDocument', 14 => 'OC\\Preview\\PDF', 15 => 'OC\\Preview\\Photoshop', 16 => 'OC\\Preview\\Postscript', 17 => 'OC\\Preview\\StarOffice', 18 => 'OC\\Preview\\SVG', 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.

Any update on this issue?