minio / minio-js

MinIO Client SDK for Javascript
https://docs.min.io/docs/javascript-client-quickstart-guide.html
Apache License 2.0
932 stars 274 forks source link

connect ECONNREFUSED 127.0.0.1:9000 works in debug mode, but fails on production #1201

Closed Mahdibenamor closed 1 year ago

Mahdibenamor commented 1 year ago

Same details putten here :

https://github.com/minio/minio-js/issues/994

the problem is that in debug mode, it works fine, but when i got to docker it fails. it's a sticking point for us, and people get angry here.

docker compose config:

minio: image: minio/minio:latest container_name: minio ports:

prakashsvmx commented 1 year ago

mc admin trace Or Enable. Trace at the SDK level.

Not sure localhost works with docker . It is networking issue. Not a SDK issue.