UPDATE: My credentials are going in. I find out th...
# general
g
UPDATE: My credentials are going in. I find out that I have to enter my password crypted not as plain otherwise it doesn't work. But now I am facing error from backend. Any suggestions ?
h
That's a backend error. Can you share what error do you see in terminal(yarn dev /yarn start command)
g
message has been deleted
h
This error is probably related to the way you have encrypted your password. Try encrypting your password with https://bcrypt-generator.com/ and then store it in DB
g
It worked after encrypting again. Thank you
👍 1
🎉 1
r
@Hariom Balhara did the same as said here but still facing the same error