Tauffer-Consulting/domino

User can't login after following quickstart guide

Closed this issue · 0 comments

User followed the quickstart guide and can't login.

Run command:

domino platform run-compose

Terminal printed:

Welcome to Domino! ❤️

Github token for access default pieces repositories. [xyz...]:
Starting Domino Platform using Docker Compose.
Please wait, this might take a few minutes...

Pulling Docker images...
[+] Pulling 14/11
 ✔ airflow-triggerer Skipped - Image is already being pulled by airflow-webserver              0.0s
 ✔ airflow-worker Skipped - Image is already being pulled by airflow-scheduler                 0.0s
 ✔ airflow-init Skipped - Image is already being pulled by airflow-webserver                   0.0s
 ✔ domino_postgres Skipped - Image is already being pulled by postgres                         0.0s
 ✔ postgres Pulled                                                                             1.5s
 ✔ docker-proxy 3 layers [⣿⣿⣿]      0B/0B      Pulled                                          1.9s
   ✔ de1f1ae900b1 Already exists                                                               0.0s
   ✔ 0ddb9b45f8f3 Already exists                                                               0.0s
   ✔ a3ed95caeb02 Already exists                                                               0.0s
 ✔ airflow-webserver Pulled                                                                    1.5s
 ✔ redis Pulled                                                                                1.5s
 ✔ airflow-scheduler Pulled                                                                    0.7s
 ✔ domino_frontend Pulled                                                                      0.7s
 ✔ domino_rest Pulled                                                                          0.7s
 ✓ Docker images pulled successfully!

Starting services...
 ✓ Airflow Redis service started successfully!
 ✓ Airflow database service started successfully!
 ✓ Domino database service started successfully!
 ✓ Airflow pre-initialization service completed successfully!
 ✓ Airflow triggerer service started successfully!
 ✓ Airflow scheduler service started successfully!
 ✓ Airflow worker service started successfully!
 ✓ Airflow webserver service started successfully!
 ✓ Domino REST service started successfully!
 ✓ Domino frontend service started successfully!

 ✓ All services for Domino Platform started successfully!

You can now access them at
Domino UI: http://localhost:3000
Domino REST API: http://localhost:8000
Domino REST API Docs: http://localhost:8000/docs
Airflow webserver: http://localhost:8080

To stop the platform, run:
    $ domino platform stop-compose

login: admin@email.com / admin

Developer console message from Safari (newest):

  [Error] Failed to load resource: Could not connect to the server. (login, line 0)
  [Error] Unhandled Promise Rejection: TypeError: undefined is not an object (evaluating 'e.response.status')

OS:

cat /etc/os-release
NAME="Oracle Linux Server"
VERSION="8.9"
ID="ol"
ID_LIKE="fedora"
VARIANT="Server"
VARIANT_ID="server"
VERSION_ID="8.9"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Oracle Linux Server 8.9"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:oracle:linux:8:9:server"
HOME_URL="https://linux.oracle.com/"
BUG_REPORT_URL="https://github.com/oracle/oracle-linux"

ORACLE_BUGZILLA_PRODUCT="Oracle Linux 8"
ORACLE_BUGZILLA_PRODUCT_VERSION=8.9
ORACLE_SUPPORT_PRODUCT="Oracle Linux"
ORACLE_SUPPORT_PRODUCT_VERSION=8.9

User can navigate to localhost:8000/docs and when trying to login with initial credentials, get Unauthorized

image

@vinicvaz @nathan-vm