Temporal auto setup on docket overlay

Hi ,

I am running temporal(temporal auto-setup(server) , temporal web and temporal client) in docker swarm (overlay n/w). When I try to access temporal web using URL http://host:8088/namespaces, I get below error .

OperationalError: 14 UNAVAILABLE: DNS resolution failed
at Object.exports.createStatusError (/usr/app/node_modules/grpc/src/common.js:91:15)
at Object.onReceiveStatus (/usr/app/node_modules/grpc/src/client_interceptors.js:1209:28)
at InterceptingListener._callNext (/usr/app/node_modules/grpc/src/client_interceptors.js:568:42)
at InterceptingListener.onReceiveStatus (/usr/app/node_modules/grpc/src/client_interceptors.js:618:8)
at callback (/usr/app/node_modules/grpc/src/client_interceptors.js:847:24) {
cause: Error: 14 UNAVAILABLE: DNS resolution failed
at Object.exports.createStatusError (/usr/app/node_modules/grpc/src/common.js:91:15)
at Object.onReceiveStatus (/usr/app/node_modules/grpc/src/client_interceptors.js:1209:28)
at InterceptingListener._callNext (/usr/app/node_modules/grpc/src/client_interceptors.js:568:42)
at InterceptingListener.onReceiveStatus (/usr/app/node_modules/grpc/src/client_interceptors.js:618:8)
at callback (/usr/app/node_modules/grpc/src/client_interceptors.js:847:24) {

Your help is appreciated!

Hi @kalki
can you show your compose config?

Which temporal version are you deploying? There was a similar issue reported here which was resolved in 1.14.2.