I am trying to make a simple GET request to an API running in ubuntu container in my local system port 3000.
but my flow shows error ECONNREFUSED.
I am getting the response from my server when i hit the API url via my linux terminal
I am trying to make a simple GET request to an API running in ubuntu container in my local system port 3000.
but my flow shows error ECONNREFUSED.
I am getting the response from my server when i hit the API url via my linux terminal
Is node-red running in the same container as the API?
You will possibly need to use the IP of the container running this API on port 3000.
Other issues...
http://xxxx/yyy/zzz
)