Open yankees5963 opened 1 year ago
Running behind a SWAG reverse proxy (nginx) using the LinuxServer docker image for nextcloud.
I have the same problem. I am using a docker image of nextcloud (NEXTCLOUD_VERSION 25.0.4) and NPM as reverse proxy.
Undefined array key 22 at /var/www/nextcloud/apps/mail/lib/Cache/Cache.php#138
Mails get received but not able to send mail from the mail app of nextcloud
(Next Cloud - Source Installtion ,PHP-Version 8.1)
mails are in outbox when retried to send mails it says Message Sent
after few seconds Message not Sent and back to Outbox
Undefined array key 22 at /var/www/nextcloud/apps/mail/lib/Cache/Cache.php#138 Mails get received but not able to send mail from the mail app of nextcloud (Next Cloud - Source Installtion ,PHP-Version 8.1) mails are in outbox when retried to send mails it says
Message Sent
after few seconds Message not Sent and back to Outbox
Maybe it must be a cache Issue ?
yes
Do any of you on this issue have the full raw log entry (stack trace)? That's really needed to track down things like this.
The latest mail update really helped a ton with issues I was having, but it appears that there is still a cache issue that is making the pages unresponsive after I delete mail.
Do any of you on this issue have the full raw log entry (stack trace)?
What's the process to get this info for you?
This is still bogging down the email client :(
What's the process to get this info for you?
Either from your nextcloud.log
directory or via the Log reader app by clicking on the 3 dot menu to the far right of a log entry
@joshtrichards Here's the log: nextcloud (2).log
I believe this is also exhausting my mail provider bandwidth. Nextcloud mail is using 1.3GB of bandwidth daily
Steps to reproduce
Expected behavior
No errors
Actual behavior
Error: Undefined array key 121475 at /config/www/nextcloud/apps/mail/lib/Cache/Cache.php#137
Mail app version
2.2.4
Mailserver or service
Gmail & Personal
Operating system
Docker
PHP engine version
PHP 8.1
Web server
Apache (supported)
Database
MySQL
Additional info
Reinstalled nextcloud and database from scratch and still getting errors. I have two accounts, one gmail and another using a docker mailserver. Mail app seems to work fine, and can view/update/delete/create emails. initial start of the app seems sluggish.