Temporal Web UI asking for username/password

Hi All,

I am trying to run a local instance of the Temporal Server using the default configuration file (docker-compose.yml ). I have performed following steps

1.git clone GitHub - temporalio/docker-compose: Temporal docker-compose files
2.cd docker-compose
3. docker-compose up

container details:
8cf9a989e74d temporalio/ui:2.9.0 “./start-ui-server.sh” 5 hours ago Up 25 minutes 0.0.0.0:8080->8080/tcp, :::8080->8080/tcp temporal-ui

when I try to login to web-ui I am getting a popup asking for login credentials. I didn’t find the solution. Please let me know what are the credentials for ui or how to disable auth

Version details:
TEMPORAL_VERSION=1.16.2
TEMPORAL_UI_VERSION=2.7.1

hello @Mahith

I just followed the steps you mentioned and I don’t see the popup.

Version details:
TEMPORAL_VERSION=1.16.2
TEMPORAL_UI_VERSION=2.7.1

From where do you get these values? The latest version is
TEMPORAL_VERSION=1.19.1
TEMPORAL_UI_VERSION=2.9.1

Can you pull the latest changes from the repo and try again?