ryjiang
ryjiang
please make sure attu container can access your milvus server through your network.
> did this method solve the issue @cnzackliu . > > @shanghaikid can you be little specfic, i am using milvus on docker and attu also on docker...i am using...
I don't think attu should handle this. milvus should handle this.
looks like a milvus issue. what's your milvus verison?
Not sure if this is the same issue: https://github.com/nodejs/node/issues/43064 I will test it soon.
> Same issue > > **image version:** docker.io/zilliz/attu v2.3.1 9097b24f157c > > v2.3.0 is ok https://github.com/nodejs/node/issues/43064#issuecomment-1811525001 seems like a solution, upgrade your docker version on the host. @raymondsryang @fresh7849 .
Actually , with attu v2.2.2, when you log out, your ip will be kept in the address bar. Please try it.
Try this? ``` location /path/to/milvus/ { proxy_pass http://11.132.42.228:30006/; proxy_set_header Host $http_host; } ```
> > Try this? > > ``` > > location /path/to/milvus/ { > > proxy_pass http://11.132.42.228:30006/; > > proxy_set_header Host $http_host; > > } > > ``` > > Connect...