The Basics
- Nextcloud Server version (e.g., 29.x.x):
- Nextcloud Hub 26 Spring (34.0.2)
- Operating system and version (e.g., Ubuntu 24.04):
proxmox VM in ubuntu 25
- Web server and version (e.g, Apache 2.4.25):
replace me
- Reverse proxy and version _(e.g. nginx 1.27.2)
npmpluswith crowdsec
- PHP version (e.g, 8.3):
replace me
- Is this the first time you’ve seen this error? (Yes / No):
No I try to reintall nextcloud but still present
- When did this problem seem to first start?
replace me
- Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
docker compose
- Are you using CloudfIare, mod_security, or similar? (Yes / No)
cloudflare with proxied status
Summary of the issue you are facing:
Hello everyone,
Two weeks ago I reinstall Nexcloud AIO because I have an issue. Each time I want to add a file (even couple of ko) to nextcloud (trhough web interface or app) I have this message : “Some files could not be upload” and “Operation is blocked by access control”. I follow tutorial to install it and I follow this page to setup npmplus reverse proxy.
Log entries
Nextcloud
Please provide the log entries from your Nextcloud log that are generated during the time of problem (via the Copy raw option from Administration settings->Logging screen or from your nextcloud.log located in your data directory). Feel free to use a pastebin/gist service if necessary.
last entry:
{"reqId":"mC1Qy787H0hrrTdLlyRv","level":2,"time":"2026-08-07T14:33:00+00:00","remoteAddr":"192.168.1.150","user":"USER","app":"dav","method":"GET","url":"/ocs/v2.php/apps/activity/api/v2/activity?previews=true&since=0&limit=50&format=json","scriptName":"/ocs/v2.php","message":"OCA\\Files_Antivirus\\Activity\\Provider::parse() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Activity\\Exceptions\\UnknownActivityException when the event is not known to your provider and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Linux) mirall/4.0.4 (build 35937) (Nextcloud, linuxmint-6.17.0-23-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"34.0.2.1","clientReqId":"240dccd7-6b37-4d51-9de0-e80ae0d7b309","data":{"app":"dav"}}
{"reqId":"mC1Qy787H0hrrTdLlyRv","level":2,"time":"2026-08-07T14:33:00+00:00","remoteAddr":"192.168.1.150","user":"USER","app":"dav","method":"GET","url":"/ocs/v2.php/apps/activity/api/v2/activity?previews=true&since=0&limit=50&format=json","scriptName":"/ocs/v2.php","message":"OCA\\Files_Antivirus\\Activity\\Provider::parse() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Activity\\Exceptions\\UnknownActivityException when the event is not known to your provider and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Linux) mirall/4.0.4 (build 35937) (Nextcloud, linuxmint-6.17.0-23-generic ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"34.0.2.1","clientReqId":"240dccd7-6b37-4d51-9de0-e80ae0d7b309","data":{"app":"dav"}}
{"reqId":"wZxNzuBUeP2tw6rDMsdq","level":2,"time":"2026-08-16T10:30:18+00:00","remoteAddr":"192.168.1.150","user":"USER","app":"files","method":"GET","url":"/ocs/v2.php/apps/activity/api/v2/activity/filter?object_type=files&format=json&previews=true&sort=desc&object_id=1762","scriptName":"/ocs/v2.php","message":"OCA\\Files_Antivirus\\Activity\\Provider::parse() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Activity\\Exceptions\\UnknownActivityException when the event is not known to your provider and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Android) Nextcloud-android/34.1.0","version":"34.0.2.1","data":{"app":"files"}}
{"reqId":"KYeOBTMHfQvGUZAiEJ6e","level":3,"time":"2026-08-17T04:21:52+00:00","remoteAddr":"","user":"--","app":"mail","method":"","url":"--","scriptName":"/var/www/html/cron.php","message":"Cron mail sync failed for account 1","userAgent":"--","version":"34.0.2.1","occ_command":["/var/www/html/cron.php"],"exception":{"Exception":"OCA\\Mail\\Exception\\ServiceException","Message":"IMAP error synchronizing account 1: Error connecting to mail server.","Code":11,"Trace":[{"file":"/var/www/html/custom_apps/mail/lib/BackgroundJob/SyncJob.php","line":127,"function":"sync","class":"OCA\\Mail\\IMAP\\MailboxSync","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":50,"function":"run","class":"OCA\\Mail\\BackgroundJob\\SyncJob","type":"->","args":[{"accountId":1}]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":86,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[{"__class__":"OC\\BackgroundJob\\JobList"}]},{"file":"/var/www/html/core/Service/CronService.php","line":204,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[{"__class__":"OC\\BackgroundJob\\JobList"}]},{"file":"/var/www/html/core/Service/CronService.php","line":107,"function":"runCli","class":"OC\\Core\\Service\\CronService","type":"->","args":["cron",null]},{"file":"/var/www/html/cron.php","line":52,"function":"run","class":"OC\\Core\\Service\\CronService","type":"->","args":[null]}],"File":"/var/www/html/custom_apps/mail/lib/IMAP/MailboxSync.php","Line":117,"Previous":{"Exception":"Horde_Imap_Client_Exception","Message":"Error connecting to mail server.","Code":11,"Trace":[{"file":"/var/www/html/custom_apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Socket.php","line":375,"function":"_connect","class":"Horde_Imap_Client_Socket","type":"->","args":[]},{"file":"/var/www/html/custom_apps/mail/lib/IMAP/HordeImapClient.php","line":67,"function":"_login","class":"Horde_Imap_Client_Socket","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/custom_apps/mail/lib/IMAP/HordeImapClient.php","line":92,"function":"imapLogin","class":"OCA\\Mail\\IMAP\\HordeImapClient","type":"->","args":[]},{"file":"/var/www/html/custom_apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Base.php","line":853,"function":"_login","class":"OCA\\Mail\\IMAP\\HordeImapClient","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/custom_apps/mail/lib/IMAP/HordeImapClient.php","line":51,"function":"login","class":"Horde_Imap_Client_Base","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/custom_apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Base.php","line":1404,"function":"login","class":"OCA\\Mail\\IMAP\\HordeImapClient","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/custom_apps/mail/lib/IMAP/FolderMapper.php","line":52,"function":"listMailboxes","class":"Horde_Imap_Client_Base","type":"->","args":["*",5,{"delimiter":"*** sensitive parameters replaced ***","attributes":"*** sensitive parameters replaced ***","special_use":"*** sensitive parameters replaced ***"}]},{"file":"/var/www/html/custom_apps/mail/lib/IMAP/MailboxSync.php","line":114,"function":"getFolders","class":"OCA\\Mail\\IMAP\\FolderMapper","type":"->","args":["*** sensitive parameters replaced ***",{"__class__":"OCA\\Mail\\IMAP\\HordeImapClient","cacheFields":["HICenv","HICflags","HIChdrs","HICdate","HICsize","And 1 more entries, set log level to debug to see all entries"],"changed":"*** sensitive parameters replaced ***","statuscache":"*** sensitive parameters replaced ***"}]},{"file":"/var/www/html/custom_apps/mail/lib/BackgroundJob/SyncJob.php","line":127,"function":"sync","class":"OCA\\Mail\\IMAP\\MailboxSync","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":50,"function":"run","class":"OCA\\Mail\\BackgroundJob\\SyncJob","type":"->","args":[{"accountId":1}]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":86,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[{"__class__":"OC\\BackgroundJob\\JobList"}]},{"file":"/var/www/html/core/Service/CronService.php","line":204,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[{"__class__":"OC\\BackgroundJob\\JobList"}]},{"file":"/var/www/html/core/Service/CronService.php","line":107,"function":"runCli","class":"OC\\Core\\Service\\CronService","type":"->","args":["cron",null]},{"file":"/var/www/html/cron.php","line":52,"function":"run","class":"OC\\Core\\Service\\CronService","type":"->","args":[null]}],"File":"/var/www/html/custom_apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Socket.php","Line":607},"message":"Cron mail sync failed for account {accountId}","exception":"{\"class\":\"OCA\\Mail\\Exception\\ServiceException\",\"message\":\"IMAP error synchronizing account 1: Error connecting to mail server.\",\"code\":11,\"file\":\"/var/www/html/custom_apps/mail/lib/IMAP/MailboxSync.php:117\",\"trace\":\"#0 /var/www/html/custom_apps/mail/lib/BackgroundJob/SyncJob.php(127): OCA\\Mail\\IMAP\\MailboxSync->sync(Object(OCA\\Mail\\Account), Object(OC\\AppFramework\\ScopedPsrLogger), true)\\n#1 /var/www/html/lib/public/BackgroundJob/Job.php(50): OCA\\Mail\\BackgroundJob\\SyncJob->run(Array)\\n#2 /var/www/html/lib/public/BackgroundJob/TimedJob.php(86): OCP\\BackgroundJob\\Job->start(Object(OC\\BackgroundJob\\JobList))\\n#3 /var/www/html/core/Service/CronService.php(204): OCP\\BackgroundJob\\TimedJob->start(Object(OC\\BackgroundJob\\JobList))\\n#4 /var/www/html/core/Service/CronService.php(107): OC\\Core\\Service\\CronService->runCli('cron', NULL)\\n#5 /var/www/html/cron.php(52): OC\\Core\\Service\\CronService->run(NULL)\\n#6 {main}\",\"previous\":{\"class\":\"Horde_Imap_Client_Exception\",\"message\":\"Error connecting to mail server.\",\"code\":11,\"file\":\"/var/www/html/custom_apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Socket.php:607\",\"trace\":\"#0 /var/www/html/custom_apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Socket.php(375): Horde_Imap_Client_Socket->_connect()\\n#1 /var/www/html/custom_apps/mail/lib/IMAP/HordeImapClient.php(67): Horde_Imap_Client_Socket->_login()\\n#2 /var/www/html/custom_apps/mail/lib/IMAP/HordeImapClient.php(92): OCA\\Mail\\IMAP\\HordeImapClient->imapLogin()\\n#3 /var/www/html/custom_apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Base.php(853): OCA\\Mail\\IMAP\\HordeImapClient->_login()\\n#4 /var/www/html/custom_apps/mail/lib/IMAP/HordeImapClient.php(51): Horde_Imap_Client_Base->login()\\n#5 /var/www/html/custom_apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Base.php(1404): OCA\\Mail\\IMAP\\HordeImapClient->login()\\n#6 /var/www/html/custom_apps/mail/lib/IMAP/FolderMapper.php(52): Horde_Imap_Client_Base->listMailboxes('*', 5, Array)\\n#7 /var/www/html/custom_apps/mail/lib/IMAP/MailboxSync.php(114): OCA\\Mail\\IMAP\\FolderMapper->getFolders(Object(OCA\\Mail\\Account), Object(OCA\\Mail\\IMAP\\HordeImapClient))\\n#8 /var/www/html/custom_apps/mail/lib/BackgroundJob/SyncJob.php(127): OCA\\Mail\\IMAP\\MailboxSync->sync(Object(OCA\\Mail\\Account), Object(OC\\AppFramework\\ScopedPsrLogger), true)\\n#9 /var/www/html/lib/public/BackgroundJob/Job.php(50): OCA\\Mail\\BackgroundJob\\SyncJob->run(Array)\\n#10 /var/www/html/lib/public/BackgroundJob/TimedJob.php(86): OCP\\BackgroundJob\\Job->start(Object(OC\\BackgroundJob\\JobList))\\n#11 /var/www/html/core/Service/CronService.php(204): OCP\\BackgroundJob\\TimedJob->start(Object(OC\\BackgroundJob\\JobList))\\n#12 /var/www/html/core/Service/CronService.php(107): OC\\Core\\Service\\CronService->runCli('cron', NULL)\\n#13 /var/www/html/cron.php(52): OC\\Core\\Service\\CronService->run(NULL)\\n#14 {main}\"}}","CustomMessage":"Cron mail sync failed for account 1"}}
{"reqId":"HgOJd4KpGIIbyP9KewkH","level":4,"time":"2026-08-17T19:20:32+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","scriptName":"/var/www/html/occ","message":"Could not boot notify_push: Connection refused","userAgent":"--","version":"34.0.2.1","occ_command":["/var/www/html/occ","config:system:set"],"exception":{"Exception":"RedisException","Message":"Connection refused","Code":0,"Trace":[{"file":"/var/www/html/lib/private/RedisFactory.php","line":98,"function":"pconnect","class":"Redis","type":"->","args":["nextcloud-aio-redis",6379,3,null,0,10]},{"file":"/var/www/html/lib/private/RedisFactory.php","line":141,"function":"create","class":"OC\\RedisFactory","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/custom_apps/notify_push/lib/Queue/PushRedisFactory.php","line":38,"function":"getInstance","class":"OC\\RedisFactory","type":"->","args":[]},{"file":"/var/www/html/custom_apps/notify_push/lib/AppInfo/Application.php","line":46,"function":"getRedis","class":"OCA\\NotifyPush\\Queue\\PushRedisFactory","type":"->","args":[]},{"file":"/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php","line":176,"function":"OCA\\NotifyPush\\AppInfo\\{closure}","class":"OCA\\NotifyPush\\AppInfo\\Application","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/pimple/pimple/src/Pimple/Container.php","line":122,"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php","line":150,"function":"offsetGet","class":"Pimple\\Container","type":"->","args":["OCA\\NotifyPush\\Queue\\IQueue"]},{"file":"/var/www/html/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":373,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\NotifyPush\\Queue\\IQueue",true,["OCA\\NotifyPush\\Listener"]]},{"file":"/var/www/html/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":348,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\NotifyPush\\Queue\\IQueue",["OCA\\NotifyPush\\Listener"]]},{"file":"/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php","line":94,"function":"query","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\NotifyPush\\Queue\\IQueue",true,["OCA\\NotifyPush\\Listener"]]},{"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php","line":81,"function":"array_map","args":[{"__class__":"Closure"},["*** sensitive parameters replaced ***"]]},{"file":"/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php","line":73,"function":"buildClassConstructorParameters","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":[{"__class__":"ReflectionMethod","name":"__construct","class":"OCA\\NotifyPush\\Listener"},["OCA\\NotifyPush\\Listener"]]},{"file":"/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php","line":131,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":[{"__class__":"ReflectionClass","name":"OCA\\NotifyPush\\Listener"},["OCA\\NotifyPush\\Listener"]]},{"file":"/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php","line":158,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\NotifyPush\\Listener",["OCA\\NotifyPush\\Listener"]]},{"file":"/var/www/html/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":379,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\NotifyPush\\Listener",true,[]]},{"file":"/var/www/html/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":348,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\NotifyPush\\Listener",[]]},{"file":"/var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php","line":44,"function":"query","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\NotifyPush\\Listener"]},{"file":"/var/www/html/lib/private/AppFramework/Bootstrap/FunctionInjector.php","line":30,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\NotifyPush\\Listener"]},{"function":"OC\\AppFramework\\Bootstrap\\{closure}","class":"OC\\AppFramework\\Bootstrap\\FunctionInjector","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/AppFramework/Bootstrap/FunctionInjector.php","line":26,"function":"array_map","args":[{"__class__":"Closure"},[{"__class__":"ReflectionParameter","name":"eventDispatcher"},"*** sensitive parameters replaced ***",{"__class__":"ReflectionParameter","name":"activityManager"},{"__class__":"ReflectionParameter","name":"notificationManager"}]]},{"file":"/var/www/html/lib/private/AppFramework/Bootstrap/BootContext.php","line":33,"function":"injectFn","class":"OC\\AppFramework\\Bootstrap\\FunctionInjector","type":"->","args":[[{"__class__":"OCA\\NotifyPush\\AppInfo\\Application"},"attachHooks"]]},{"file":"/var/www/html/custom_apps/notify_push/lib/AppInfo/Application.php","line":56,"function":"injectFn","class":"OC\\AppFramework\\Bootstrap\\BootContext","type":"->","args":[[{"__class__":"OCA\\NotifyPush\\AppInfo\\Application"},"attachHooks"]]},{"file":"/var/www/html/lib/private/AppFramework/Bootstrap/Coordinator.php","line":167,"function":"boot","class":"OCA\\NotifyPush\\AppInfo\\Application","type":"->","args":[{"__class__":"OC\\AppFramework\\Bootstrap\\BootContext"}]},{"file":"/var/www/html/lib/private/App/AppManager.php","line":497,"function":"bootApp","class":"OC\\AppFramework\\Bootstrap\\Coordinator","type":"->","args":["notify_push"]},{"file":"/var/www/html/lib/private/App/AppManager.php","line":290,"function":"loadApp","class":"OC\\App\\AppManager","type":"->","args":["notify_push"]},{"file":"/var/www/html/lib/private/Console/Application.php","line":107,"function":"loadApps","class":"OC\\App\\AppManager","type":"->","args":[]},{"file":"/var/www/html/console.php","line":86,"function":"loadCommands","class":"OC\\Console\\Application","type":"->","args":[{"__class__":"Symfony\\Component\\Console\\Input\\ArgvInput"},{"__class__":"Symfony\\Component\\Console\\Output\\ConsoleOutput"}]},{"file":"/var/www/html/occ","line":33,"args":["/var/www/html/console.php"],"function":"require_once"}],"File":"/var/www/html/lib/private/RedisFactory.php","Line":98,"message":"Could not boot notify_push: Connection refused","exception":"{\"class\":\"RedisException\",\"message\":\"Connection refused\",\"code\":0,\"file\":\"/var/www/html/lib/private/RedisFactory.php:98\",\"trace\":\"#0 /var/www/html/lib/private/RedisFactory.php(98): Redis->pconnect('nextcloud-aio-r...', 6379, 3.0, NULL, 0, 10.0)\\n#1 /var/www/html/lib/private/RedisFactory.php(141): OC\\RedisFactory->create()\\n#2 /var/www/html/custom_apps/notify_push/lib/Queue/PushRedisFactory.php(38): OC\\RedisFactory->getInstance()\\n#3 /var/www/html/custom_apps/notify_push/lib/AppInfo/Application.php(46): OCA\\NotifyPush\\Queue\\PushRedisFactory->getRedis()\\n#4 /var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php(176): OCA\\NotifyPush\\AppInfo\\Application->OCA\\NotifyPush\\AppInfo\\{closure}(Object(OC\\AppFramework\\DependencyInjection\\DIContainer))\\n#5 /var/www/html/3rdparty/pimple/pimple/src/Pimple/Container.php(122): OC\\AppFramework\\Utility\\SimpleContainer->OC\\AppFramework\\Utility\\{closure}(Object(Pimple\\Container))\\n#6 /var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php(150): Pimple\\Container->offsetGet('OCA\\\\NotifyPush\\\\...')\\n#7 /var/www/html/lib/private/AppFramework/DependencyInjection/DIContainer.php(373): OC\\AppFramework\\Utility\\SimpleContainer->query('OCA\\\\NotifyPush\\\\...', true, Array)\\n#8 /var/www/html/lib/private/AppFramework/DependencyInjection/DIContainer.php(348): OC\\AppFramework\\DependencyInjection\\DIContainer->queryNoFallback('OCA\\\\NotifyPush\\\\...', Array)\\n#9 /var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php(94): OC\\AppFramework\\DependencyInjection\\DIContainer->query('OCA\\\\NotifyPush\\\\...', true, Array)\\n#10 [internal function]: OC\\AppFramework\\Utility\\SimpleContainer->OC\\AppFramework\\Utility\\{closure}(Object(ReflectionParameter))\\n#11 /var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php(81): array_map(Object(Closure), Array)\\n#12 /var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php(73): OC\\AppFramework\\Utility\\SimpleContainer->buildClassConstructorParameters(Object(ReflectionMethod), Array)\\n#13 /var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php(131): OC\\AppFramework\\Utility\\SimpleContainer->buildClass(Object(ReflectionClass), Array)\\n#14 /var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php(158): OC\\AppFramework\\Utility\\SimpleContainer->resolve('OCA\\\\NotifyPush\\\\...', Array)\\n#15 /var/www/html/lib/private/AppFramework/DependencyInjection/DIContainer.php(379): OC\\AppFramework\\Utility\\SimpleContainer->query('OCA\\\\NotifyPush\\\\...', true, Array)\\n#16 /var/www/html/lib/private/AppFramework/DependencyInjection/DIContainer.php(348): OC\\AppFramework\\DependencyInjection\\DIContainer->queryNoFallback('OCA\\\\NotifyPush\\\\...', Array)\\n#17 /var/www/html/lib/private/AppFramework/Utility/SimpleContainer.php(44): OC\\AppFramework\\DependencyInjection\\DIContainer->query('OCA\\\\NotifyPush\\\\...')\\n#18 /var/www/html/lib/private/AppFramework/Bootstrap/FunctionInjector.php(30): OC\\AppFramework\\Utility\\SimpleContainer->get('OCA\\\\NotifyPush\\\\...')\\n#19 [internal function]: OC\\AppFramework\\Bootstrap\\FunctionInjector->OC\\AppFramework\\Bootstrap\\{closure}(Object(ReflectionParameter))\\n#20 /var/www/html/lib/private/AppFramework/Bootstrap/FunctionInjector.php(26): array_map(Object(Closure), Array)\\n#21 /var/www/html/lib/private/AppFramework/Bootstrap/BootContext.php(33): OC\\AppFramework\\Bootstrap\\FunctionInjector->injectFn(Array)\\n#22 /var/www/html/custom_apps/notify_push/lib/AppInfo/Application.php(56): OC\\AppFramework\\Bootstrap\\BootContext->injectFn(Array)\\n#23 /var/www/html/lib/private/AppFramework/Bootstrap/Coordinator.php(167): OCA\\NotifyPush\\AppInfo\\Application->boot(Object(OC\\AppFramework\\Bootstrap\\BootContext))\\n#24 /var/www/html/lib/private/App/AppManager.php(497): OC\\AppFramework\\Bootstrap\\Coordinator->bootApp('notify_push')\\n#25 /var/www/html/lib/private/App/AppManager.php(290): OC\\App\\AppManager->loadApp('notify_push')\\n#26 /var/www/html/lib/private/Console/Application.php(107): OC\\App\\AppManager->loadApps()\\n#27 /var/www/html/console.php(86): OC\\Console\\Application->loadCommands(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\\n#28 /var/www/html/occ(33): require_once('/var/www/html/c...')\\n#29 {main}\"}","CustomMessage":"Could not boot notify_push: Connection refused"}}
{"reqId":"HgOJd4KpGIIbyP9KewkH","level":4,"time":"2026-08-17T19:20:32+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","scriptName":"/var/www/html/occ","message":"Could not boot webhook_listeners: Connection refused","userAgent":"--","version":"34.0.2.1","occ_command":["/var/www/html/occ","config:system:set"],"exception":{"Exception":"RedisException","Message":"Connection refused","Code":0,"Trace":[{"file":"/var/www/html/lib/private/RedisFactory.php","line":98,"function":"pconnect","class":"Redis","type":"->","args":["nextcloud-aio-redis",6379,3,null,0,10]},{"file":"/var/www/html/lib/private/RedisFactory.php","line":141,"function":"create","class":"OC\\RedisFactory","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Memcache/Redis.php","line":64,"function":"getInstance","class":"OC\\RedisFactory","type":"->","args":[]},{"file":"/var/www/html/lib/private/Memcache/Redis.php","line":71,"function":"getCache","class":"OC\\Memcache\\Redis","type":"->","args":[]},{"file":"/var/www/html/apps/webhook_listeners/lib/Db/WebhookListenerMapper.php","line":214,"function":"get","class":"OC\\Memcache\\Redis","type":"->","args":["eventsUsedInWebhooks_"]},{"file":"/var/www/html/apps/webhook_listeners/lib/AppInfo/Application.php","line":49,"function":"getAllConfiguredEvents","class":"OCA\\WebhookListeners\\Db\\WebhookListenerMapper","type":"->","args":[null]},{"file":"/var/www/html/lib/private/AppFramework/Bootstrap/FunctionInjector.php","line":26,"function":"registerRuleListeners","class":"OCA\\WebhookListeners\\AppInfo\\Application","type":"->","args":[{"__class__":"OC\\EventDispatcher\\EventDispatcher"},{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"__class__":"OC\\AppFramework\\ScopedPsrLogger"}]},{"file":"/var/www/html/lib/private/AppFramework/Bootstrap/BootContext.php","line":33,"function":"injectFn","class":"OC\\AppFramework\\Bootstrap\\FunctionInjector","type":"->","args":[{"__class__":"Closure"}]},{"file":"/var/www/html/apps/webhook_listeners/lib/AppInfo/Application.php","line":36,"function":"injectFn","class":"OC\\AppFramework\\Bootstrap\\BootContext","type":"->","args":[{"__class__":"Closure"}]},{"file":"/var/www/html/lib/private/AppFramework/Bootstrap/Coordinator.php","line":167,"function":"boot","class":"OCA\\WebhookListeners\\AppInfo\\Application","type":"->","args":[{"__class__":"OC\\AppFramework\\Bootstrap\\BootContext"}]},{"file":"/var/www/html/lib/private/App/AppManager.php","line":497,"function":"bootApp","class":"OC\\AppFramework\\Bootstrap\\Coordinator","type":"->","args":["webhook_listeners"]},{"file":"/var/www/html/lib/private/App/AppManager.php","line":290,"function":"loadApp","class":"OC\\App\\AppManager","type":"->","args":["webhook_listeners"]},{"file":"/var/www/html/lib/private/Console/Application.php","line":107,"function":"loadApps","class":"OC\\App\\AppManager","type":"->","args":[]},{"file":"/var/www/html/console.php","line":86,"function":"loadCommands","class":"OC\\Console\\Application","type":"->","args":[{"__class__":"Symfony\\Component\\Console\\Input\\ArgvInput"},{"__class__":"Symfony\\Component\\Console\\Output\\ConsoleOutput"}]},{"file":"/var/www/html/occ","line":33,"args":["/var/www/html/console.php"],"function":"require_once"}],"File":"/var/www/html/lib/private/RedisFactory.php","Line":98,"message":"Could not boot webhook_listeners: Connection refused","exception":"{\"class\":\"RedisException\",\"message\":\"Connection refused\",\"code\":0,\"file\":\"/var/www/html/lib/private/RedisFactory.php:98\",\"trace\":\"#0 /var/www/html/lib/private/RedisFactory.php(98): Redis->pconnect('nextcloud-aio-r...', 6379, 3.0, NULL, 0, 10.0)\\n#1 /var/www/html/lib/private/RedisFactory.php(141): OC\\RedisFactory->create()\\n#2 /var/www/html/lib/private/Memcache/Redis.php(64): OC\\RedisFactory->getInstance()\\n#3 /var/www/html/lib/private/Memcache/Redis.php(71): OC\\Memcache\\Redis->getCache()\\n#4 /var/www/html/apps/webhook_listeners/lib/Db/WebhookListenerMapper.php(214): OC\\Memcache\\Redis->get('eventsUsedInWeb...')\\n#5 /var/www/html/apps/webhook_listeners/lib/AppInfo/Application.php(49): OCA\\WebhookListeners\\Db\\WebhookListenerMapper->getAllConfiguredEvents(NULL)\\n#6 /var/www/html/lib/private/AppFramework/Bootstrap/FunctionInjector.php(26): OCA\\WebhookListeners\\AppInfo\\Application->registerRuleListeners(Object(OC\\EventDispatcher\\EventDispatcher), Object(OC\\AppFramework\\DependencyInjection\\DIContainer), Object(OC\\AppFramework\\ScopedPsrLogger))\\n#7 /var/www/html/lib/private/AppFramework/Bootstrap/BootContext.php(33): OC\\AppFramework\\Bootstrap\\FunctionInjector->injectFn(Object(Closure))\\n#8 /var/www/html/apps/webhook_listeners/lib/AppInfo/Application.php(36): OC\\AppFramework\\Bootstrap\\BootContext->injectFn(Object(Closure))\\n#9 /var/www/html/lib/private/AppFramework/Bootstrap/Coordinator.php(167): OCA\\WebhookListeners\\AppInfo\\Application->boot(Object(OC\\AppFramework\\Bootstrap\\BootContext))\\n#10 /var/www/html/lib/private/App/AppManager.php(497): OC\\AppFramework\\Bootstrap\\Coordinator->bootApp('webhook_listene...')\\n#11 /var/www/html/lib/private/App/AppManager.php(290): OC\\App\\AppManager->loadApp('webhook_listene...')\\n#12 /var/www/html/lib/private/Console/Application.php(107): OC\\App\\AppManager->loadApps()\\n#13 /var/www/html/console.php(86): OC\\Console\\Application->loadCommands(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\\n#14 /var/www/html/occ(33): require_once('/var/www/html/c...')\\n#15 {main}\"}","CustomMessage":"Could not boot webhook_listeners: Connection refused"}}
{"reqId":"HgOJd4KpGIIbyP9KewkH","level":4,"time":"2026-08-17T19:20:32+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","scriptName":"/var/www/html/occ","message":"Could not boot workflowengine: Redis server went away","userAgent":"--","version":"34.0.2.1","occ_command":["/var/www/html/occ","config:system:set"],"exception":{"Exception":"RedisException","Message":"Redis server went away","Code":0,"Trace":[{"file":"/var/www/html/lib/private/Memcache/Redis.php","line":71,"function":"get","class":"Redis","type":"->","args":["2bbdfdf8175210a3ea63c4a26a448e6d/flowevents"]},{"file":"/var/www/html/apps/workflowengine/lib/Manager.php","line":119,"function":"get","class":"OC\\Memcache\\Redis","type":"->","args":["events"]},{"file":"/var/www/html/apps/workflowengine/lib/AppInfo/Application.php","line":59,"function":"getAllConfiguredEvents","class":"OCA\\WorkflowEngine\\Manager","type":"->","args":[]},{"file":"/var/www/html/lib/private/AppFramework/Bootstrap/FunctionInjector.php","line":26,"function":"registerRuleListeners","class":"OCA\\WorkflowEngine\\AppInfo\\Application","type":"->","args":[{"__class__":"OC\\EventDispatcher\\EventDispatcher"},{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"__class__":"OC\\AppFramework\\ScopedPsrLogger"}]},{"file":"/var/www/html/lib/private/AppFramework/Bootstrap/BootContext.php","line":33,"function":"injectFn","class":"OC\\AppFramework\\Bootstrap\\FunctionInjector","type":"->","args":[{"__class__":"Closure"}]},{"file":"/var/www/html/apps/workflowengine/lib/AppInfo/Application.php","line":46,"function":"injectFn","class":"OC\\AppFramework\\Bootstrap\\BootContext","type":"->","args":[{"__class__":"Closure"}]},{"file":"/var/www/html/lib/private/AppFramework/Bootstrap/Coordinator.php","line":167,"function":"boot","class":"OCA\\WorkflowEngine\\AppInfo\\Application","type":"->","args":[{"__class__":"OC\\AppFramework\\Bootstrap\\BootContext"}]},{"file":"/var/www/html/lib/private/App/AppManager.php","line":497,"function":"bootApp","class":"OC\\AppFramework\\Bootstrap\\Coordinator","type":"->","args":["workflowengine"]},{"file":"/var/www/html/lib/private/App/AppManager.php","line":290,"function":"loadApp","class":"OC\\App\\AppManager","type":"->","args":["workflowengine"]},{"file":"/var/www/html/lib/private/Console/Application.php","line":107,"function":"loadApps","class":"OC\\App\\AppManager","type":"->","args":[]},{"file":"/var/www/html/console.php","line":86,"function":"loadCommands","class":"OC\\Console\\Application","type":"->","args":[{"__class__":"Symfony\\Component\\Console\\Input\\ArgvInput"},{"__class__":"Symfony\\Component\\Console\\Output\\ConsoleOutput"}]},{"file":"/var/www/html/occ","line":33,"args":["/var/www/html/console.php"],"function":"require_once"}],"File":"/var/www/html/lib/private/Memcache/Redis.php","Line":71,"message":"Could not boot workflowengine: Redis server went away","exception":"{\"class\":\"RedisException\",\"message\":\"Redis server went away\",\"code\":0,\"file\":\"/var/www/html/lib/private/Memcache/Redis.php:71\",\"trace\":\"#0 /var/www/html/lib/private/Memcache/Redis.php(71): Redis->get('2bbdfdf8175210a...')\\n#1 /var/www/html/apps/workflowengine/lib/Manager.php(119): OC\\Memcache\\Redis->get('events')\\n#2 /var/www/html/apps/workflowengine/lib/AppInfo/Application.php(59): OCA\\WorkflowEngine\\Manager->getAllConfiguredEvents()\\n#3 /var/www/html/lib/private/AppFramework/Bootstrap/FunctionInjector.php(26): OCA\\WorkflowEngine\\AppInfo\\Application->registerRuleListeners(Object(OC\\EventDispatcher\\EventDispatcher), Object(OC\\AppFramework\\DependencyInjection\\DIContainer), Object(OC\\AppFramework\\ScopedPsrLogger))\\n#4 /var/www/html/lib/private/AppFramework/Bootstrap/BootContext.php(33): OC\\AppFramework\\Bootstrap\\FunctionInjector->injectFn(Object(Closure))\\n#5 /var/www/html/apps/workflowengine/lib/AppInfo/Application.php(46): OC\\AppFramework\\Bootstrap\\BootContext->injectFn(Object(Closure))\\n#6 /var/www/html/lib/private/AppFramework/Bootstrap/Coordinator.php(167): OCA\\WorkflowEngine\\AppInfo\\Application->boot(Object(OC\\AppFramework\\Bootstrap\\BootContext))\\n#7 /var/www/html/lib/private/App/AppManager.php(497): OC\\AppFramework\\Bootstrap\\Coordinator->bootApp('workflowengine')\\n#8 /var/www/html/lib/private/App/AppManager.php(290): OC\\App\\AppManager->loadApp('workflowengine')\\n#9 /var/www/html/lib/private/Console/Application.php(107): OC\\App\\AppManager->loadApps()\\n#10 /var/www/html/console.php(86): OC\\Console\\Application->loadCommands(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))\\n#11 /var/www/html/occ(33): require_once('/var/www/html/c...')\\n#12 {main}\"}","CustomMessage":"Could not boot workflowengine: Redis server went away"}}
Configuration
Nextcloud
The output of occ config:list system or similar is best, but, if not possible, the contents of your config.php file from /path/to/nextcloud is fine (make sure to remove any identifiable information!):
{
"system": {
"one-click-instance": true,
"one-click-instance.user-limit": 100,
"update_channel": "stable",
"memcache.local": "\\OC\\Memcache\\APCu",
"apps_paths": [
{
"path": "\/var\/www\/html\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/var\/www\/html\/custom_apps",
"url": "\/custom_apps",
"writable": true
}
],
"check_data_directory_permissions": false,
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"timeout": 3,
"read_timeout": 10,
"password": "***REMOVED SENSITIVE VALUE***",
"port": 6379
},
"overwritehost": "cloud.server.com",
"overwriteprotocol": "https",
"serverid": 445,
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"localhost",
"cloud.server.com"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "pgsql",
"version": "34.0.2.1",
"overwrite.cli.url": "https:\/\/cloud.server.com\/",
"instanceid": "***REMOVED SENSITIVE VALUE***",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"maintenance": false,
"updatechecker": true,
"updatedirectory": "\/nc-updater",
"loglevel": 2,
"app_install_overwrite": [
"nextcloud-aio"
],
"log_type": "file",
"log_type_audit": "file",
"logfile": "\/var\/www\/html\/data\/nextcloud.log",
"logfile_audit": "\/var\/www\/html\/data\/audit.log",
"log_rotate_size": 10485760,
"log.condition": {
"apps": [
"admin_audit"
]
},
"preview_max_x": 2048,
"preview_max_y": 2048,
"jpeg_quality": 60,
"enabledPreviewProviders": {
"1": "OC\\Preview\\Image",
"2": "OC\\Preview\\MarkDown",
"3": "OC\\Preview\\MP3",
"4": "OC\\Preview\\TXT",
"5": "OC\\Preview\\OpenDocument",
"6": "OC\\Preview\\Movie",
"7": "OC\\Preview\\Krita",
"24": "OCA\\Eurooffice\\Preview",
"0": "OC\\Preview\\Imaginary",
"23": "OC\\Preview\\ImaginaryPDF"
},
"enable_previews": true,
"upgrade.disable-web": true,
"mail_smtpmode": "smtp",
"trashbin_retention_obligation": "auto, 30",
"versions_retention_obligation": "auto, 30",
"activity_expire_days": 30,
"simpleSignUpLink.shown": false,
"share_folder": "\/Shared",
"one-click-instance.link": "https:\/\/nextcloud.com\/all-in-one\/",
"upgrade.cli-upgrade-link": "https:\/\/github.com\/nextcloud\/all-in-one\/discussions\/2726",
"maintenance_window_start": 100,
"allow_local_remote_servers": true,
"davstorage.request_timeout": 3600,
"documentation_url.server_logs": "https:\/\/github.com\/nextcloud\/all-in-one\/discussions\/5425",
"htaccess.RewriteBase": "\/",
"dbpersistent": false,
"auth.bruteforce.protection.enabled": true,
"ratelimit.protection.enabled": true,
"files_external_allow_create_new_local": true,
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"eurooffice": {
"editors_check_interval": 0,
"jwt_secret": "8d169d4c68daac18c0dee5109af6a840be0c9d0ab22f3e62",
"jwt_header": "AuthorizationJwt"
},
"preview_imaginary_url": "***REMOVED SENSITIVE VALUE***",
"preview_imaginary_key": "***REMOVED SENSITIVE VALUE***",
"DOMAIN": "cloud.server.com",
"AIO_VERSION": "v13.3.1"
}
}