503 On workers UI page when --ip set to local network ip

In order to allow my docker containers to connect to the temporal dev server i started the dever server with ./temporal server start-dev --ip 192.168.XX.XX with the Xs my local ip address on my network. Everything works with one exception, when I go to the workers page on the UI it generates a 503 api/v1/namespaces/default/workers?maximumPageSize=100&nextPageTok call. I have made no other config changes other than starting the dev server with the ip address. Anyone experience this or know how to address it?