Could not create user tkrosefitnessbloggers.com-7zjFJn. Please check logs

Im running into an issue creating a site and EE can’t create a user. I checked the log file but Im not sure what to look for exactly and can share the install.log file with the EE team.

Is there a character limit to easy engine site creation? Please help

sudo ee site create tkrosefitnessbloggers.com --type=wp --cache --ssl=le --admin-user=tanya

Warning: Could not create user tkrosefitnessbloggers.com-7zjFJn. Please check logs.

Warning: Initiating clean-up.

Site tkrosefitnessbloggers.com deleted.

Don’t create a user. Let the system create the user for you. Then use those details to login and setup a new admin user if need be.

Or once the system has created a user, you can use the shell command with wpcli to add new users: https://developer.wordpress.org/cli/commands/user/create/

Same error here and it doesnt matter if I dont try to create a certain user. Even using regular command I get the same result.

root@WordPress_Cursos:/# sudo ee site create www.mywebsite.com --type=wp
Warning: Could not create user www.mywebsite.com-KPPQxe. Please check logs.
Warning: Initiating clean-up.
Site www.e-studies.com.vc deleted.
root@WordPress_Cursos:/#

Actually it doesnt matter which website I try to create, as I get the same error for all:

root@WordPress_Cursos:/# sudo ee site create www.teste.com --type=wp
Warning: Could not create user www.teste.com-AB89hG. Please check logs.
Warning: Initiating clean-up.
Site www.teste.com deleted.
root@WordPress_Cursos:/#

anyone got this issue??