Hello, I am setting up flyte in EKS in a different...
# ask-the-community
f
Hello, I am setting up flyte in EKS in a different environment after dev env has been working, The flyteconsole pods are running in the cluster. However flyte console is returning a response code 503, and showing a blank page. https://flyte.int.api.discomax.com/console/ And these are the logs from flyteconsole pods:
Copy code
Express server ready!                                                                                                                                                                                                                      │
App started with the following config: {                                                                                                                                                                                                   │
  "ADMIN_API_USE_SSL": "http",                                                                                                                                                                                                             │
  "BASE_URL": "/console",                                                                                                                                                                                                                  │
  "NODE_ENV": "production",                                                                                                                                                                                                                │
  "ENABLE_GA": "false",                                                                                                                                                                                                                    │
  "GA_TRACKING_ID": "",                                                                                                                                                                                                                    │
  "ASSETS_PATH": "/console/assets/",                                                                                                                                                                                                       │
  "CERTIFICATE_PATH": "../script/certificate",                                                                                                                                                                                             │
  "HORIZONTAL_LAYOUT": "false",                                                                                                                                                                                                            │
  "processEnv": {                                                                                                                                                                                                                          │
    "BASE_URL": "/console",                                                                                                                                                                                                                │
    "ENABLE_GA": "false",                                                                                                                                                                                                                  │
    "GA_TRACKING_ID": "",                                                                                                                                                                                                                  │
    "NODE_ENV": "production",                                                                                                                                                                                                              │
    "FLYTE_NAVIGATION": "",                                                                                                                                                                                                                │
    "HORIZONTAL_LAYOUT": "false"                                                                                                                                                                                                           │
  }                                                                                                                                                                                                                                        │
}                                                                                                                                                                                                                                          │
Please open <http://undefined:8080/console>
What would be the next step to trouble-shooting the issue? Thanks!
d
I'll have a call with Frank and will report progress here.