Getting connect ECONNREFUSED 127.0.0.1:38223

Getting connect ECONNREFUSED 127.0.0.1:38223 for Stratis Wallet Load Api

Error: connect ECONNREFUSED 127.0.0.1:38223

:arrow_forward:Request Headers

Content-Type: application/json

User-Agent: PostmanRuntime/7.28.4

Accept: /

Postman-Token: b9f18c61-a242-4071-9f4f-3dd3191fbd6e

Host: localhost:38223

Accept-Encoding: gzip, deflate, br

Connection: keep-alive

:arrow_forward:Request Body

{ “password”: “password”, “name”: “cirrusdev” })*:

Can Anyone please help cause i don’t really know how i should resolve this


It says “Connection Refused” (ECONNREFUSED) which means the connection to 127.0.0.1 (your computer) on port 38223 was refused.

It’s most likely a software firewall issue (your local windows firewall needs to allow local traffic back into port 38223), or the Stratis Wallet is not accepting connections from your local machine. This isn’t an issue with Postman, it’s your Stratis Wallet application/Windows firewall.

How to overcome this