Some data in dev-data when saved to db is in incorrect format. user has rating, user is a creator of a room instead of an expert. When login to test data, the password=123456 does not work. Change field id -> _id or mongoose will ignore the field and generate random id
Description
Some data in dev-data when saved to db is in incorrect format.
user
has rating,user
is a creator of a room instead of an expert. When login to test data, thepassword=123456
does not work. Change fieldid
->_id
or mongoose will ignore the field and generate random id