I sent login data in postman, but showing error

Viewed 18
2 Answers

My first thought would be that the orange dots in the tabs at the top are indicating that you haven't saved your changes.

One of your requests goes to localhost:5000 and one goes to localhost:3000, is that intentional? You are sending the same data to two different services, so it's possible that the response is different.

Related