#After clicking to a product, Im getting error - Error: connect ECONNREFUSED 127.0.0.1:9000

10 messages · Page 1 of 1 (latest)

blissful valve
#

FYI: Im runing it inside docker

blissful valve
viscid shadow
#

connection refused in tcp speak usually means there is nothing on that port. In other words, your server is not starting properly and not listening on port 9000. Check your console to find out why.

blissful valve
blissful valve
#

I still cant solve the issue 🙃 Fore more information, this what it says in console.log And i use next.js storefront

viscid shadow
#

Since you are running the frontend, on a custom port (8100), perhaps check your store cors settings.

#

If you post your full config file, we can take a look.

raw cargo
#

i resolved this issue by pasting the host:9000 instead of localhost:9000 for example: http://ip:9000

blissful valve
#

@raw cargo thank you, that fixed it!

lavish elbow
#

if you are windows, open cmd as admin, then type "net stop winnat"