I am using mongooseim and suddenly I started getting the below error: [warning] Corrupted serialized SCRAM: <<>> and no longer able to connect with the users. I am unable to find if somehow I enabled authentication other than PLAIN TEXT authentication.
Also, If I register a new user from the terminal command like :mongooseimctl register user10 localhost pass, it always works. But from the database all the other users look same like user10 but all those don't work.
Ohh I find it myself, uppercase characters are not allowed in the username due to which it was throwing error the above error and make sure that pass_details vale should be null.