Cannot update user email

NEXTCLOUD. 22.2.3 , Operating System Rocky Linux 8, PHP 8.0
Webserver Litespeed

I cannot update the email of the admin user or any other user. I have just updated to the last stable version

I have the following config in my config.php

cat config.php | grep allow_user
‘allow_user_to_change_display_name’ => true,

No significant logs found

My config.php

<?php $CONFIG = array ( 'instanceid' => 'blabla', 'passwordsalt' => 'blabla', 'secret' => 'bla', 'trusted_domains' => array ( 0 => bla.com', ), 'datadirectory' => '/bla/data', 'dbtype' => 'mysql', 'version' => '22.2.3.0', 'overwrite.cli.url' => 'http:/bla.com.mx', 'dbname' => 'farm_cloud', 'dbhost' => 'localhost', 'dbport' => '', 'dbtableprefix' => 'oc_', 'mysql.utf8mb4' => true, 'dbuser' => 'bla', 'dbpassword' => 'bla', 'installed' => true, 'mail_smtpmode' => 'smtp', 'mail_smtpsecure' => 'tls', 'mail_sendmailmode' => 'smtp', 'mail_domain' => 'bla', 'updater.secret' => 'bla', 'maintenance' => false, 'loglevel' => 2, 'app.mail.verify-tls-peer' => false, 'allow_user_to_change_display_name' => true, 'app_install_overwrite' => array ( 0 => 'user_external', ), 'filelocking.enabled' => true, 'memcache.locking' => '\\OC\\Memcache\\Redis', 'redis' => array ( 'host' => '127.0.0.1', 'port' => 6379, 'timeout' => 0.0, 'password' => '', ), );

Any idea how to start troubleshooting, I am suspecting Litespeed