Minio and proxy with WSL2

I have followed the tutorial here Deploy MinIO Object Storage to Fly.io · Fly Docs, have successfully deployed and want now to proxy

fly proxy 9001 
Proxying local port 9001 to remote [test-minio.internal]:9001

However when hitting http://localhost:9001/ in my webbrowser nothing happens, infinite loading.
I suspect it might be linked with WSL2.
I have already used proxy with Postgres it has worked well. Not sure why it isn’t working here.

This does seem like a WSL issue. Are you able to connect to http://localhost:9001 from inside WSL (with curl or similar)?

Thanks for your help, unfortunately even with curl http://localhost:9001 no response (it is stuck not even error)
I can see that the proxy commands kind of work with

fuser 9001/tcp   
9001/tcp:            14526

Before there was no process using 9001 port.

On monitoring I have these logs if that helps:


2022-12-23T10:21:59.260 app[ac4ff357] lhr [info] Mounting /dev/vdc at /data w/ uid: 0, gid: 0 and chmod 0755

2022-12-23T10:21:59.264 app[ac4ff357] lhr [info] Preparing to run: `/usr/bin/docker-entrypoint.sh minio server /data` as root

2022-12-23T10:21:59.286 app[ac4ff357] lhr [info] 2022/12/23 10:21:59 listening on [fdaa:0:d6ff:a7b:2808:3:a843:2]:22 (DNS: [fdaa::3]:53)

2022-12-23T10:22:02.664 app[ac4ff357] lhr [info] You are running an older version of MinIO released 1 year ago

2022-12-23T10:22:02.664 app[ac4ff357] lhr [info] Update: Run `mc admin update`

2022-12-23T10:22:02.690 app[ac4ff357] lhr [info] API: http://172.**.*.163:9000 http://172.**.*.162:9000 http://127.0.0.1:9000

2022-12-23T10:22:02.690 app[ac4ff357] lhr [info] Console: http://172.**.*.163:37883 http://172.**.*.162:37883 http://127.0.0.1:37883

2022-12-23T10:22:02.690 app[ac4ff357] lhr [info] ress ":PORT" to choose a static po

2022-12-23T10:22:02.690 app[ac4ff357] lhr [info] WARNING: Console endpoint is listening on a dynamic port (37883), please use --console-address ":PORT" to choose a static po

2022-12-23T10:22:02.690 app[ac4ff357] lhr [info] t.