Hey guys. I am already running the latest version of vaultwarden. So my existing server got crashed due to service provide that i am using i am also using external database from planet scale to store the data i have the data backed up through cron job. So i re-created the vaultwarden server again and gave it new DATABASE url as well (it has all data from cron job). The data is nothing but a dump from the db.And now it is saying that username or password is incorrect.
{
"ErrorModel": {
"Message": "Username or password is incorrect. Try again",
"Object": "error"
},
"ExceptionMessage": null,
"ExceptionStackTrace": null,
"InnerExceptionMessage": null,
"Message": "Username or password is incorrect. Try again",
"Object": "error",
"ValidationErrors": {
"": [
"Username or password is incorrect. Try again"
]
},
"error": "",
"error_description": ""
}
this is response from network tab.
Also i checked Bitwarden Crypto link to test the email and master password and the Master Password Hash is exactly same as the password hash send by browser payload.