L'application Mail n'affiche pas les courriels en html

Bonjour,
Mon instance Nextcloud est installée chez un hébergeur. Elle est en version 31.0.3. Mail est à jour.
Mail affiche les courriels au format txt, mais pas au format html.
J’ai trouvĂ© cette ligne dans les logs :

{"reqId":"i8jxisDibWcGXNsVXhKb","level":0,"time":"2025-04-16T16:57:48+00:00","remoteAddr":"102.35.183.9","user":"eric","app":"no app in context","method":"POST","url":"/index.php/apps/mail/api/mailboxes/246/sync","message":"dirty table reads: SELECT * FROM PREFIXmail_mailboxes WHERE (account_id = :dcValue1) AND (name_hash= :dcValue2)","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:137.0) Gecko/20100101 Firefox/137.0","version":"31.0.3.2","exception":{"Exception":"Exception","Message":"dirty table reads: SELECT * FROMPREFIXmail_mailboxes WHERE (account_id = :dcValue1) AND (name_hash= :dcValue2)","Code":0,"Trace":[{"file":"/www/n.hfn.re/lib/private/DB/ConnectionAdapter.php","line":50,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->"},{"file":"/www/n.hfn.re/lib/private/DB/QueryBuilder/QueryBuilder.php","line":289,"function":"executeQuery","class":"OC\\DB\\ConnectionAdapter","type":"->"},{"file":"/www/n.hfn.re/lib/public/AppFramework/Db/QBMapper.php","line":269,"function":"executeQuery","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/www/n.hfn.re/lib/public/AppFramework/Db/QBMapper.php","line":375,"function":"findOneQuery","class":"OCP\\AppFramework\\Db\\QBMapper","type":"->"},{"file":"/www/n.hfn.re/apps/mail/lib/Db/MailboxMapper.php","line":83,"function":"findEntity","class":"OCP\\AppFramework\\Db\\QBMapper","type":"->"},{"file":"/www/n.hfn.re/apps/mail/lib/Cache/Cache.php","line":64,"function":"find","class":"OCA\\Mail\\Db\\MailboxMapper","type":"->"},{"file":"/www/n.hfn.re/apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Cache.php","line":110,"function":"getCachedUids","class":"OCA\\Mail\\Cache\\Cache","type":"->"},{"file":"/www/n.hfn.re/apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Socket.php","line":1182,"function":"get","class":"Horde_Imap_Client_Cache","type":"->"},{"file":"/www/n.hfn.re/apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Base.php","line":1066,"function":"_openMailbox","class":"Horde_Imap_Client_Socket","type":"->"},{"file":"/www/n.hfn.re/apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Base.php","line":1701,"function":"openMailbox","class":"Horde_Imap_Client_Base","type":"->"},{"file":"/www/n.hfn.re/apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Data/Sync.php","line":199,"function":"status","class":"Horde_Imap_Client_Base","type":"->"},{"file":"/www/n.hfn.re/apps/mail/vendor/bytestream/horde-imap-client/lib/Horde/Imap/Client/Base.php","line":3643,"function":"__construct","class":"Horde_Imap_Client_Data_Sync","type":"->"},{"file":"/www/n.hfn.re/apps/mail/lib/IMAP/Sync/Synchronizer.php","line":99,"function":"sync","class":"Horde_Imap_Client_Base","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/www/n.hfn.re/apps/mail/lib/IMAP/Sync/Synchronizer.php","line":69,"function":"doCombinedSync","class":"OCA\\Mail\\IMAP\\Sync\\Synchronizer","type":"->"},{"file":"/www/n.hfn.re/apps/mail/lib/Service/Sync/ImapToDbSynchronizer.php","line":401,"function":"sync","class":"OCA\\Mail\\IMAP\\Sync\\Synchronizer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/www/n.hfn.re/apps/mail/lib/Service/Sync/ImapToDbSynchronizer.php","line":263,"function":"runPartialSync","class":"OCA\\Mail\\Service\\Sync\\ImapToDbSynchronizer","type":"->"},{"file":"/www/n.hfn.re/apps/mail/lib/Service/Sync/SyncService.php","line":126,"function":"sync","class":"OCA\\Mail\\Service\\Sync\\ImapToDbSynchronizer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/www/n.hfn.re/apps/mail/lib/Controller/MailboxesController.php","line":144,"function":"syncMailbox","class":"OCA\\Mail\\Service\\Sync\\SyncService","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/www/n.hfn.re/lib/private/AppFramework/Http/Dispatcher.php","line":200,"function":"sync","class":"OCA\\Mail\\Controller\\MailboxesController","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/www/n.hfn.re/lib/private/AppFramework/Http/Dispatcher.php","line":114,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/www/n.hfn.re/lib/private/AppFramework/App.php","line":161,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/www/n.hfn.re/lib/private/Route/Router.php","line":307,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/www/n.hfn.re/lib/base.php","line":1025,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/www/n.hfn.re/index.php","line":24,"function":"handleRequest","class":"OC","type":"::"}],"File":"/www/n.hfn.re/lib/private/DB/Connection.php","Line":406,"message":"dirty table reads: SELECT * FROMPREFIXmail_mailboxes WHERE (account_id = :dcValue1) AND (name_hash= :dcValue2)","tables":["oc_mail_mailboxes"],"reads":["oc_mail_mailboxes"],"exception":{},"CustomMessage":"dirty table reads: SELECT * FROMPREFIXmail_mailboxes WHERE (account_id = :dcValue1) AND (name_hash = :dcValue2)"}}

Il semble qu’il y a une erreur de type “dirty table reads”. La table en cause serait oc_mail_mailboxes.

Y aurait-il un lien avec le problùme d’affichage ?

Bonne soirée !

Salut

Dans le panneau d’administration de Nextcloud il ne t’indique pas des problĂšmes de table ou quelque chose en lien avec la base de donnĂ©es ?

VincĂšn

Rien qui ne me semble en lien avec la base de donnée et Mail :

Bonjour @EricJR,
utilisez vous redis ? si oui avez vous des journaux lier a redis ?

Bonjour @Mageunic ,
Mon Nextcloud est installé chez un hébergeur. Je viens de regarder sa doc et je ne pense pas que redis soit utilisé.
Bonne soirée,