When I do a POST request I am getting this error. Error: connect ECONNREFUSED 127.0.0.1:3000. On the contrary, when I use postman it works.
This is the url: http://localhost:3000/users/sign_in
And this is my configuration:
JSON tab:
{"user": {"email": "user@nivelr.com", "password": "clave12345"}}
Headers:
- Accept application/json
- Content-Type application/json