AWX 15.0.0 - UI Login Issue

Hello All,
I have installed AWX 15.0.0 using docker compose deployment method. All my containers are up and running. I am able to open the UI, but unable to login to the UI.
I am using admin as user and the password that I used in inventory file.

I also tried creating a new superuser account using awx-manage, dropped complete deployment and re-created many times, but still unable to login to the UI.

Can you please advise me on how to fix this issue?

cat inventory |grep admin

pg_admin_password=postgrespass@123

This will create or update a default admin (superuser) account in AWX, if not provided

admin_user=admin

admin_password=Welcome123@

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

0401daf80119 ansible/awx:15.0.0 “/usr/bin/tini – /u…” 19 hours ago Up 5 minutes 8052/tcp awx_task

b15757e84cf1 ansible/awx:15.0.0 “/usr/bin/tini – /b…” 19 hours ago Up 4 minutes 0.0.0.0:9090->8052/tcp awx_web

daf2d1e472b9 postgres:10 “docker-entrypoint.s…” 19 hours ago Up 5 minutes 5432/tcp awx_postgres

e7252fd93b8d redis “docker-entrypoint.s…” 19 hours ago Up 19 hours 6379/tcp awx_redis

Thanks

Srini

Hello,

It would be helpful if you check the installation playbook output and see if there are any errors.
Also, check the awx_web and awx_task containers logs for errors.

Good luck!

Thank you, Sergio. I found the issue, it is the Load Balancer (ELB) that is causing the issue. If I use ssh tunneling, then I am able to login to the AWX UI.

Any idea how to configure AWX with ELB?

Srinivasa