Hi I'm using sogo in ubuntu 24.04 here's the version (a nightly build) obtained through
deb https://packages.sogo.nu/nightly/5/ubuntu/ noble noble ii sogo 5.11.2.20241111-1 amd64 a modern and scalable groupware I'm getting this error for our users every now and then (sometimes 200 and sometimes 500) POST /SOGo/so/user@domain/Mail/unseenCount HTTP/1.1" 500 36/31 0.008 - - 0 - 13 POST /SOGo/so/user@domain/Mail/0/folderINBOX/changes HTTP/1.1" 500 36/148 0.191 - - 0 - 14 POST /SOGo/so/user@domain/Mail/unseenCount HTTP/1.1" 500 36/31 0.008 - - 0 - 13 GET /SOGo/so/user@domain/date HTTP/1.1" 500 36/0 0.007 - - 0 - 13 GET /SOGo/so/user@domain/Calendar/alarmslist?browserTime=1731352645 HTTP/1.1" 500 36/0 0.011 - - 0 - 13 >From what I can see in Chrome Inspector, they originate in Angular calls , but even with Debug activated, I can't find anything in the log. It is configured to function under mysql , with this table for sessions CREATE TABLE `sogo_sessions_folder` ( `c_id` varchar(255) NOT NULL, `c_value` text DEFAULT NULL, `c_creationdate` int(11) NOT NULL, `c_lastseen` int(11) NOT NULL, PRIMARY KEY (`c_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 This is the debug config: SOGoMailDebugEnabled = YES; SOGoDebugRequests = YES; SoDebugBaseURL = YES; ImapDebugEnabled = YES; MySQL4DebugEnabled = YES; MySQL4Encoding = "utf8mb4"; WOLogFile = /var/log/sogo/sogo.log; Any ideas or hints where to look for a more detailed error message ? maybe any action required through sogo-tools ? Thank you Carlos
