Hi guys,
I am trying to connect my bot to an API located in local server instance.
Server is build on NodeJS and it’s URL that I connect is folllowing http://127.0.0.1:3333/auto
I am getting an error “Not found because of proxy error: Error: connect ECONNREFUSED 127.0.0.1:3333” on every type of request. Server is running as I can view it from the browser and call it using PostMan.
Kindly ask for you help with this.
Thanks and Cheers,
Piotr