psono-client not showing login buttons or username/password fields

i am setting up psono within docker on photon os. it is a vmware stripped down and lightweight version of linux docker built in. i have deployed the database, server, and client as docker containers. i think my database and server are configured correctly but my client doesnt seem to be working. i load it up with default network ports of 10101 and without the reverse proxy. when the container is up, i try to access it with the IP http://10.10.10.95:10101 the login username/password field doesnt appear. only the banner photo and remember me and trust device check box.

any ideas what i may be doing wrong? thanks!

WEB_CLIENT_URL: 'http://10.68.86.95:10101'DEBUG: FalseALLOWED_HOSTS: ['*']ALLOWED_DOMAINS: ['gmail.com']ALLOW_REGISTRATION: TrueHOST_URL: 'http://10.68.86.95:10100/server'EMAIL_FROM: 'the-mail-for-for-example-useraccount-activations@test.com'EMAIL_HOST: 'localhost'EMAIL_HOST_USER: ''EMAIL_HOST_PASSWORD : ''EMAIL_PORT: 25EMAIL_SUBJECT_PREFIX: ''EMAIL_USE_TLS: FalseEMAIL_USE_SSL: FalseEMAIL_SSL_CERTFILE:EMAIL_SSL_KEYFILE:EMAIL_TIMEOUT:DATABASES:    default:        'ENGINE': 'django.db.backends.postgresql_psycopg2'        'NAME': 'psono'        'USER': 'psono'        'PASSWORD': 'password'        'HOST': '10.68.86.95'        'PORT': '5432'TEMPLATES: [    {        'BACKEND': 'django.template.backends.django.DjangoTemplates',        'DIRS': ['/root/psono/templates'],        'APP_DIRS': True,        'OPTIONS': {            'context_processors': [                'django.template.context_processors.debug',                'django.template.context_processors.request',                'django.contrib.auth.context_processors.auth',                'django.contrib.messages.context_processors.messages',            ],        },    },]

{  "backend_servers": [{    "title": "Psono.pw",    "url": "http://10.68.86.95:10101"  }],  "base_url": "http://10.68.86.95:10100/",  "domain": "other.com",  "allow_custom_server": true,  "allow_registration": true,  "allow_lost_password": true,  "disable_download_bar": false,  "authentication_methods": ["AUTHKEY", "LDAP"],  "saml_provider": []}