Reactjs – Post request working fine in Postman but not in browser
When sending SignUp and Login data through Postman, it's getting stored in Mongodb as well as showing success message but when requested through React axios, it is showing error in console as POST http://localhost:1000/auth/signup 400 (Bad Request) Below is the…