Replies: 1 comment 1 reply
|
Changing localhost to 127.0.0.1 worked. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I am trying to set up Artillery load test using:
but I am getting
I know that the server is reachable because when I call
http://localhost:3002/registerfrom postman, it returns the right response. Response body sent from Postman is:My Node server is running inside Virtualbox with port forwarding enabled.
All reactions