#Minio Docker connection troubleshooting

3 messages · Page 1 of 1 (latest)

jagged dome
#

I'm hitting a wall trying to get medusa to see my local minio install. Minio is running in a docker container, and when I hit the localhost 9001, I can see it translating to the correct docker port.

The minio admin panel is running without issue on port 9090, and I have created a bucket and set it to public.

On the medusa side, I added minio to .env and medusa-config.js, and it shows up in the package.json.

As far as I can tell, all the services are running and working.

But, if I try to add a thumbnail, I just get the error that says 'you might not have a fileservice'.

somber steeple
#

what is your compose file ?

jagged dome
#

Ok, I figured it out. Docker and WSL do not like it if you try to route through 127.0.0.1, they prefer localhost. So, if anyone else needs this fix: