Problem to move large number of files and folders

hello, I recently installed nextcloud 27.0.1 and everything was working fine, but after enabling encryption and trying to move a large number of folders, some of them have pending status and when opening the files I get the error HBEGIN:oc_encryption_module:OC_DEFAULT_MODULE: cipher:AES-256-CTR:signed:true:useLegacyFileKey:false:encoding:binary:HEND

My config.php

<?php $CONFIG = array ( 'passwordsalt' => 'SYCm8C/+e', 'secret' => 'qm7aKugy7rs9vyrZyk9kKkhw83fk2NdgihffN', 'trusted_domains' => array ( 0 => 'localhost', 1 => '1ip', 2 => 'dns', 3 => 'ip', 4 => 'dns', 5 => 'dns', ), 'datadirectory' => '/mnt/ncdata', 'dbtype' => 'pgsql', 'version' => '27.0.1.2', 'overwrite.cli.url' => 'dns, 'dbname' => 'nextcloud_db', 'dbhost' => 'localhost', 'dbport' => '', 'dbtableprefix' => 'oc_', 'dbuser' => 'nextcloud_db_user', 'dbpassword' => 'password', 'installed' => true, 'instanceid' => 'ocqq87w3k', 'upgrade.disable-web' => true, 'log_type' => 'file', 'logfile' => '/var/log/nextcloud/nextcloud.log', 'loglevel' => '2', 'log.condition' => array ( 'apps' => array ( 0 => 'admin_audit', ), ), 'mail_smtpmode' => 'smtp', 'remember_login_cookie_lifetime' => '1800', 'log_rotate_size' => '0', 'trashbin_retention_obligation' => 'auto, 60', 'versions_retention_obligation' => 'auto, 180', 'activity_expire_days' => '120', 'simpleSignUpLink.shown' => false, '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-server.sock', 'port' => 0, 'timeout' => 0.5, 'dbindex' => 0, 'password' => 'BFS#YE7fbYEPIkq1PLGzY8r2L', ), 'default_phone_region' => 'br', 'logtimezone' => 'America/Sao_Paulo', 'htaccess.RewriteBase' => '/', 'share_folder' => '/Shared', 'ldapProviderFactory' => 'OCA\\User_LDAP\\LDAPProviderFactory', 'preview_concurrency_new' => '8', 'preview_concurrency_all' => '16', 'maintenance' => false, 'onlyoffice' => array ( 'jwt_secret' => 'VHRtYV5twcpSakVTPwKfmch', 'jwt_header' => 'AuthorizationJwt', ), 'allow_local_remote_servers' => 'true', 'mail_smtpsecure' => 'ssl', 'mail_sendmailmode' => 'smtp', 'mail_from_address' => '', 'mail_domain' => '', 'mail_smtpauth' => 1, 'mail_smtphost' => '', 'mail_smtpport' => '465', 'mail_smtpname' => '', 'mail_smtppassword' => 'r4Wc', My apps Calendar 4.4.3 Destaques ONLYOFFICE 8.1.0 Destaques Activity 2.19.0 Destaques Antivirus for files 5.2.1 Auditing / Logging 1.17.0 Destaques Collaborative tags 1.17.0 Destaques Comments 1.17.0 Destaques Contacts 5.3.2 Destaques Contacts Interaction 1.8.0 Destaques Dashboard 7.7.0 Destaques Default encryption module 2.15.0 Destaques Deleted files 1.17.0 Destaques Draw.io 2.1.2 Extract 1.3.6 Federation 1.17.0 Destaques File sharing 1.19.0 Destaques LDAP user and group backend 1.17.0 Destaques Log Reader 2.12.0 Destaques Monitoring 1.17.0 Destaques Nextcloud announcements 1.16.0 Destaques Notifications 2.15.0 Destaques Password policy 1.17.0 Destaques PDF viewer 2.8.0 Destaques Photos 2.3.0 Destaques Privacy 1.11.0 Destaques Recommendations 1.6.0 Destaques Related Resources 1.2.0 Destaques Right click 1.6.0 Destaques Share by mail 1.17.0 Destaques SnappyMail 2.28.4 Support 1.10.0 Destaques Text 3.8.0 Destaques Update notification 1.17.0 Destaques Usage survey 1.15.0 Destaques User status 1.7.0 Destaques Versions 1.20.0 Destaques